Skip to content

Commit 060d152

Browse files
committed
API Entreprise editor forms: can change contact tech/metier
Better to displays forms and allow organizations to change them, more flexible.
1 parent e04de2a commit 060d152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/authorization_request_forms/api_entreprise_through_editor.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<div class="fr-container-fluid">
1212
<div class="fr-grid-row">
13-
<% %i[responsable_traitement delegue_protection_donnees].each do |contact_type| %>
13+
<% %i[responsable_traitement delegue_protection_donnees contact_metier contact_technique].each do |contact_type| %>
1414
<%= render partial: 'authorization_request_forms/shared/contact', locals: { contact_type:, f: } %>
1515
<% end %>
1616
</div>

0 commit comments

Comments
 (0)