feat(routing): add a warning if option added to tdc used by routing rules
This commit is contained in:
parent
98909f922b
commit
d106f2afd7
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
- if !total_dossiers.zero? && !change.can_rebase?
|
- if !total_dossiers.zero? && !change.can_rebase?
|
||||||
.fr-alert.fr-alert--warning.fr-mt-1v
|
.fr-alert.fr-alert--warning.fr-mt-1v
|
||||||
%p= t('.breaking_change', count: total_dossiers)
|
%p= t('.breaking_change', count: total_dossiers)
|
||||||
- if removed.present? && change.type_de_champ.used_by_routing_rules?
|
- if (removed.present? || added.present? ) && change.type_de_champ.used_by_routing_rules?
|
||||||
.fr-alert.fr-alert--warning.fr-mt-1v
|
.fr-alert.fr-alert--warning.fr-mt-1v
|
||||||
= t(".#{prefix}.update_drop_down_options_alert", label: change.label)
|
= t(".#{prefix}.update_drop_down_options_alert", label: change.label)
|
||||||
- when :drop_down_other
|
- when :drop_down_other
|
||||||
|
|
Loading…
Add table
Reference in a new issue