fix: edit Process : open pdf in edit mode not possible - EXO-81254#462
Closed
fix: edit Process : open pdf in edit mode not possible - EXO-81254#462
Conversation
…aved - EXO-81221 Before this fix, when you create a pdf form inside a process during process edition (not process creation), The content of the pdf is never saved. This is because the "move" action is not correctly done with the session, the jcr:content node have still path in the old location Using workplace.move ensure to move and save all the node and subtree
(#457) prevent NPE and correct process manager group condition
Prior to this commit, pdf forms cannot be edited when editing a workflow This change resolve this by opening the form in edit mode when editing the workflow.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prior to this commit, pdf forms cannot be edited when editing a workflow
This change resolve this by opening the form in edit mode when editing the workflow.