dossier: remove feature flag

This commit is contained in:
Pierre de La Morinerie 2018-10-02 10:23:53 +00:00
parent f007eaa2ee
commit 758ccff984
11 changed files with 8 additions and 141 deletions

View file

@ -19,10 +19,6 @@ Flipflop.configure do
feature :publish_draft
feature :support_form
feature :new_dossier_details,
title: "Nouvelle page « Dossier »",
default: true
group :production do
feature :remote_storage,
default: ENV['FOG_ENABLED'] == 'enabled'