You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you edit an image from Vizy the transform will not save and you get the following error:
Steps to reproduce
In a vizy editor with the image button enabled with at least one transform available:
Select an image and click insert.
After inserting, click on the image and select "Image Editor"
Make a change (or don't) and click "Save"
Observe the above error message.
This is because the image transform action requires the values (ID and transform handle) as a body parameter and not a query string parameter, which I confirmed by editing the AssetsController.php file from getRequiredBodyParam to getParam.
Regrettably, I don't know VUE so I don't feel comfortable making a PR.
Craft CMS version
4.5.5
Plugin version
2.1.9
Multi-site?
NO
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
If you edit an image from Vizy the transform will not save and you get the following error:
Steps to reproduce
In a vizy editor with the image button enabled with at least one transform available:
This is because the image transform action requires the values (ID and transform handle) as a body parameter and not a query string parameter, which I confirmed by editing the AssetsController.php file from
getRequiredBodyParam
togetParam
.Regrettably, I don't know VUE so I don't feel comfortable making a PR.
Craft CMS version
4.5.5
Plugin version
2.1.9
Multi-site?
NO
Additional context
No response
The text was updated successfully, but these errors were encountered: