-
-
Notifications
You must be signed in to change notification settings - Fork 529
Enhance duplicate dialog #13448
Copy link
Copy link
Closed
Labels
type-frontendIssues related to UI/UX issues, mostly about styles and frontend implementations on JavaScript.Issues related to UI/UX issues, mostly about styles and frontend implementations on JavaScript.
Description
Summary
If you duplicate a resource by rightclicking on it in the tree, the duplicate dialog doesn't give any feedback which resource you are going to duplicate.
Step to reproduce
resource -> rightclick -> context menu -> duplicate
Observed behavior
The right clicked resources looses focus, the dialog doesn't give any clue about the resource title or id of the resource you are about to duplicate. If you are clumsy you'll duplicate a whole part of the tree including all children and so on (I just did that...)
Expected behavior
Give some feedback about what you are about to do.
Show the pagetitle and the id on top of the dialog
As the available space in the head might be a concern, moving the pagetitle/id inside the box might be3 a good compromise.
Environment
MODX all versions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type-frontendIssues related to UI/UX issues, mostly about styles and frontend implementations on JavaScript.Issues related to UI/UX issues, mostly about styles and frontend implementations on JavaScript.

