-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(edit-content) : Allowing Users to add separators between workflow actions #26390
feat(edit-content) : Allowing Users to add separators between workflow actions #26390
Conversation
…side a Workflow Step.
…ta` in the `workflow_action` table.
…separator-for-Workflow-Actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good job
SonarQube Quality Gate |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR was closed because it has been stalled with no activity. |
…ttps://github.com/dotCMS/core into issue-26389-create-separator-for-Workflow-Actions
…. Including the `metadata` attribute in the REST Endpoint.
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Proposed Changes
🤖 Generated by Copilot at 6bdd0f6
This pull request adds a new feature to the workflow system, which allows creating separator actions that can be used to organize and group other actions in a workflow step. It also refactors and cleans up some of the existing code related to workflow actions, and adds a startup task and a database column to support JSONB metadata for actions. The main files affected are
WorkflowAction
,WorkflowActionForm
,WorkflowFactoryImpl
,WorkflowSQL
,WorkflowHelper
,WorkflowAPITest
,view_steps_filtered.jsp
, andTask231009AddMetadataColumnToWorkflowAction
.🤖 Generated by Copilot at 6bdd0f6
view_steps_filtered.jsp
file, to define a function to add a separator action to a workflow step, and to display a button to call the function (link, link)postgres.sql
script, to create the JSONB column in the database (link)Screenshot