Description
Add a feature flag to control visibility of the "Report an Issue" entry added to the user toolbar menu in PR #35717. The flag should hide the menu option when set to false.
Acceptance Criteria
Additional Context
Follow-up to #35717. Flag defaults to off (opt-in) — must be explicitly enabled in dotmarketing-config.properties to show the menu entry.
Description
Add a feature flag to control visibility of the "Report an Issue" entry added to the user toolbar menu in PR #35717. The flag should hide the menu option when set to
false.Acceptance Criteria
FEATURE_FLAG_REPORT_ISSUE_ENABLEDis defined inFeatureFlagName.javaand whitelisted inConfigurationResourceFeaturedFlagsenum exposes the new keyfalse(default), the "Report an Issue" item is not rendered in the toolbar user menutrue, the menu item appears and opens the report issue dialog as beforeAdditional Context
Follow-up to #35717. Flag defaults to off (opt-in) — must be explicitly enabled in
dotmarketing-config.propertiesto show the menu entry.