feat(sva): exports include SVA devision date
This commit is contained in:
parent
e74f4db8c8
commit
8c49dcf21e
3 changed files with 14 additions and 1 deletions
|
@ -20,6 +20,12 @@ class SVASVRConfiguration
|
|||
UNIT_OPTIONS
|
||||
end
|
||||
|
||||
def human_decision
|
||||
return if decision == 'disabled'
|
||||
|
||||
decision.upcase
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def enabled?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue