Browse Source

Disable future 25/26 form use on dev, review and staging (#3013)

pull/3032/head
Manny Dinssa 2 weeks ago committed by GitHub
parent
commit
e099faef24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -1,6 +1,6 @@
class FeatureToggle
def self.allow_future_form_use?
Rails.env.development? || Rails.env.review? || Rails.env.staging?
false
end
def self.bulk_upload_duplicate_log_check_enabled?

Loading…
Cancel
Save