fix(sva): disable svr configuration since until implementation
This commit is contained in:
parent
f369775d5b
commit
07f10070e9
4 changed files with 16 additions and 6 deletions
|
@ -18,9 +18,9 @@ class Procedure::SVASVRFormComponent < ApplicationComponent
|
|||
scope = ".decision_buttons"
|
||||
|
||||
[
|
||||
{ label: t("disabled", scope:), value: "disabled" },
|
||||
{ label: t("disabled", scope:), value: "disabled", disabled: form_disabled? },
|
||||
{ label: t("sva", scope:), value: "sva", hint: t("sva_hint", scope:) },
|
||||
{ label: t("svr", scope:), value: "svr", hint: t("svr_hint", scope:) }
|
||||
{ label: t("svr", scope:), value: "svr", hint: t("svr_hint", scope:), disabled: true, after_label: tag.span("Disponible prochainement", class: "fr-badge fr-badge--sm fr-ml-1w") }
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue