Merge pull request #10755 from demarches-simplifiees/remove_gallery_demande_feature_flag
Technique : retire le feature flag gallery_demande
This commit is contained in:
commit
41ee00ebc3
3 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
.fr-downloads-group
|
||||
- if profile == 'instructeur' && feature_enabled?(:gallery_demande)
|
||||
- if profile == 'instructeur'
|
||||
.gallery-items-list
|
||||
- champ.piece_justificative_file.attachments.with_all_variant_records.each do |attachment|
|
||||
.gallery-item
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- content_for(:notice_info) do
|
||||
= render partial: "shared/dossiers/france_connect_informations_notice", locals: { user_information: dossier.user.france_connect_informations.first }
|
||||
|
||||
.counter-start-header-section.dossier-show{ class: class_names('gallery': feature_enabled?(:gallery_demande), 'gallery-demande': feature_enabled?(:gallery_demande), "dossier-show-instructeur" => profile =="instructeur"), "data-controller": "lightbox" }
|
||||
.counter-start-header-section.dossier-show.gallery.gallery-demande{ class: class_names("dossier-show-instructeur" => profile =="instructeur"), "data-controller": "lightbox" }
|
||||
|
||||
- if profile == 'instructeur' && dossier.termine_and_accuse_lecture?
|
||||
= render Dsfr::CalloutComponent.new(title: nil) do |c|
|
||||
|
|
|
@ -29,7 +29,6 @@ features = [
|
|||
:export_order_by_revision,
|
||||
:export_template,
|
||||
:expression_reguliere_type_de_champ,
|
||||
:gallery_demande,
|
||||
:groupe_instructeur_api_hack,
|
||||
:sva,
|
||||
:switch_domain
|
||||
|
|
Loading…
Reference in a new issue