Skip to content
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

ContentEditor: Add resetable property to the workflow action #30541

Open
jdotcms opened this issue Oct 31, 2024 · 4 comments · Fixed by #30558
Open

ContentEditor: Add resetable property to the workflow action #30541

jdotcms opened this issue Oct 31, 2024 · 4 comments · Fixed by #30558

Comments

@jdotcms
Copy link
Contributor

jdotcms commented Oct 31, 2024

Parent Issue

No response

User Story

As an user I want to be able to reset the workflow, in order to do it we need to provide a way to the UI to know if the action has or not a reset actionlet in any of the actions
So we will return a boolean property called isResetable that will tells if the actionlet can or not be used for reset

Acceptance Criteria

Actionlet with a reset sub actionlet assign will set the isResetable in true

Proposed Objective

Core Features

Proposed Priority

Priority 3 - Average

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

@jdotcms jdotcms self-assigned this Oct 31, 2024
@jdotcms jdotcms changed the title ContentEditor: Reset workflow ContentEditor: Add isResetable to the workflow action Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

@jdotcms jdotcms changed the title ContentEditor: Add isResetable to the workflow action ContentEditor: Add resetable property to the workflow action Nov 1, 2024
jdotcms added a commit that referenced this issue Nov 4, 2024
github-merge-queue bot pushed a commit that referenced this issue Nov 5, 2024
If the action has a reset actionlet, the resetable property will be true
@jdotcms
Copy link
Contributor Author

jdotcms commented Nov 8, 2024

In order to test this you can add the reset workflow action on an action

  1. if it is there, the hasResetActionlet property will be in true
  2. if iti is not, the hasResetActionlet will be false

@jcastro-dotcms
Copy link
Contributor

INTERNAL QA: PASSED

  • Docker Image: trunk_7a5f044

The JSON information for the Workflow Action containing the Reset Workflow Actionlet is displaying the hasResetActionlet with the value true, as expected.

@jcastro-dotcms jcastro-dotcms removed their assignment Nov 8, 2024
spbolton pushed a commit that referenced this issue Nov 11, 2024
If the action has a reset actionlet, the resetable property will be true
@josemejias11
Copy link
Contributor

josemejias11 commented Nov 11, 2024

Approved: Tested on trunk_b1b0006, Docker, macOS 14.5, FF v126.0.1

  • if it is there, the hasResetActionlet property will be in true
  • if iti is not, the hasResetActionlet will be false

Screenshot 2024-11-11 at 4 03 40 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants