Skip to content

Commit

Permalink
Re-add meeting feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Dec 10, 2024
1 parent 69e28e1 commit f48be19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/initializers/feature_decisions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
description: "Allows to generate a PDF document from a work package description. " \
"See #45896 for details."

OpenProject::FeatureDecisions.add :recurring_meetings,
description: "Differentiate between one-time and recurring meetings."

# TODO: Remove once the feature flag primerized_work_package_activities is removed altogether
OpenProject::FeatureDecisions.define_singleton_method(:primerized_work_package_activities_active?) do
Rails.env.production? ||
Expand Down

0 comments on commit f48be19

Please sign in to comment.