-
Notifications
You must be signed in to change notification settings - Fork 18
IBX-7492: Fixed error when editing image in user profile #1108
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
base: 4.6
Are you sure you want to change the base?
Conversation
|
src/bundle/Resources/views/themes/admin/ui/field_type/edit/ezimage.html.twig
Outdated
Show resolved
Hide resolved
src/bundle/Resources/views/themes/admin/ui/field_type/edit/ezimageasset.html.twig
Outdated
Show resolved
Hide resolved
@adamwojs The base branch should be fixed here |
Co-authored-by: Paweł Niedzielski <[email protected]>
|
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.
Error occurs for user Editor content type, under Editors Role.
https://github.com/ibexa/image-editor/pull/88
v4.6
Currently ezimage and ezimageasset editing forms view depends on
contentId
andversionNo
route params, which are not available in user profile edit view.Checklist:
@ibexa/engineering
).