-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(edit-content): Fix #26163 Edit Contentlet implement Feature Flag (
#26242) * dev (general): add new library and route * dev (configuration resource Java): Add Feature Flags to WhiteList * copywritting (edit-content routing): change name to match standard * dev (edit content guard): add guard to prevent navigation without feature flag * dev (app routing): add guard to edit content and move pages route to angular * fix (general): add guard to providers and fix bad use of inject * dev (custom event handler): add feature flag to redirect to new form instead of jsp old dialog * fix (general test): test were broken by bad import in providers * fix (form component test): missing import * dev (general): add routing for creating contentlet * dev (dot custom event handler): add re routing for edit task * dev (dot pages store): add redirect to new portlet when feature flag is on * fix (pages portlet): some tests were broken * dev (dot edit page nav): Add redirect to new edit contentlet * fix (pages create dialog): route were wrong * Revert "dev (dot edit page nav): Add redirect to new edit contentlet" This reverts commit d9a3f9f. * dev (jsp): add contentType to event * dev (dot custom event handler service): add event for create contentlet from edit page * dev (general): final replace of the route to content * dev (general): solve feedback * feedback (edit content guard): change the approach to be functional guard * feedback (general): add tests and small refactor * feedback (general): small refactor * feedback (feature flags): fix content editor 2 value * dev (dot properties service): add methods to get feature flags values directly * dev (jsp): edit redirects now sends the content type in the event * dev (host jsp): now host emits a different event to go to legacy portlet * dev (custom event handler): refactor to handle new feature flag method and verify content types * fix (custom event handler): tests were broken * fix (dot properties service): Add missing done callback * dev (general): apply refactor for new feature flag method * fix (dot feature flag resolver): test were broken * dev (dot pages): add redirect to new edit contentlet checking the content types * fix (pages store): fix tests * feedback (general): change name of methods * feedback (general): fix feature flag name
- Loading branch information
1 parent
0b8d03f
commit 4460ecd
Showing
60 changed files
with
1,154 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.