-
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.
feat(edit-content) : Allowing Users to add separators between workflo…
…w actions (#26390) * feat(Workflows) : Allowing Users to add separators between actions inside a Workflow Step. * Code refactoring. Adding Upgrade Task to create a new column: `metadata` in the `workflow_action` table. * Adding some Javadoc. * Adding Integration Test and minor changes. * Implementing SonarQube feedback. * Implementing SonarQube feedback. * Implementing SonarQube feedback. * Implementing SonarQube feedback. * Fixing Upgrade Task's name so that it will get executed correctly. * Missing Java import statement. * Implementing SonarQube feedback. * Implementing SonarQube feedback. * dev: fix divider button * dev: prevent the SEPARATOR action from being displayed and editing * Style: set default cursor when action is not editable (SEPARATOR) * Avoid displaying the `Separator` action in the LISTING rendering mode. Including the `metadata` attribute in the REST Endpoint. --------- Co-authored-by: Rafael Velazco <[email protected]> Co-authored-by: Freddy Montes <[email protected]>
- Loading branch information
1 parent
c90eb48
commit ba01ad9
Showing
20 changed files
with
711 additions
and
465 deletions.
There are no files selected for viewing
179 changes: 137 additions & 42 deletions
179
...c/integration-test/java/com/dotmarketing/portlets/workflows/business/WorkflowAPITest.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.