-
Notifications
You must be signed in to change notification settings - Fork 32
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
[7095] Rename dialog offers the ability to edit a broken reference but will not allow the user to open the content form #4079
base: develop
Are you sure you want to change the base?
Conversation
…t will not allow the user to open the content form
@rart the issue is that when on a form, if you open the renameDialog and the item has dependencies, they will show up in the dialog, and if possible, the Edit icon shows up. The problem is that due to our current limitation of only one open form, we can't open the dependency's form too. |
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.
@jvega190 let's add a separate form dialog where it is needed for this action and use that instead of dispatching the regular edit action
…rence but will not allow the user to open the content form" This reverts commit efb28dc.
This is ready for review, for 4.3 |
ui/app/src/components/LegacyFormDialog/EmbeddedLegacyContainer.tsx
Outdated
Show resolved
Hide resolved
ui/app/src/components/LegacyFormDialog/EmbeddedLegacyContainer.tsx
Outdated
Show resolved
Hide resolved
ui/app/src/components/RenameAssetDialog/RenameAssetDialogContainer.tsx
Outdated
Show resolved
Hide resolved
ui/app/src/components/RenameContentDialog/RenameContentDialog.tsx
Outdated
Show resolved
Hide resolved
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.
See comments
craftercms/craftercms#7095