FOUR-26705 | The Copy Options Is Not Visible for a Flow Genie from the Recent Asset#8924
Open
mcraeteisha wants to merge 2 commits into
Open
FOUR-26705 | The Copy Options Is Not Visible for a Flow Genie from the Recent Asset#8924mcraeteisha wants to merge 2 commits into
mcraeteisha wants to merge 2 commits into
Conversation
|
|
QA server K8S was successfully deployed https://ci-33860cfd0e.engk8s.processmaker.net |
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.





Issue
Ticket: FOUR-26705
When a Flow Genie is added to a project and viewed from Designer → Recent Assets, the Genie options menu did not show "Copy", even though "Copy" is available on the main Flow Genie listing under the same permissions.
Solution
Aligned Designer Recent Assets with the main Flow Genie list copy behavior:
ellipsisMenuActions.js).copy-itemin the Flow Genie navigation path (flowGenieNavigation.js).CopyFlowGenieModal.vue), imported byRecentAssetsList.vue, that submits throughPUT package-ai/flow_genies/{id}/duplicate.package-aiduplicate endpoint to sync project associations and refresh the user project-assets cache so copied Genies appear correctly in project/recent-asset views.How To Test
create-flow_genies/view-additional-asset-actions).ci:package-ai:bugfix/FOUR-26705
ci:deploy
Code Review Checklist