We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A couple spots in AssetsController return 200s with error and success: true.
AssetsController
error
success: true
They should use asModelFailure and asSuccess, and the JS updated to properly catch and not rely on error/success keys.
asModelFailure
asSuccess
success
4.2.8
No response
The text was updated successfully, but these errors were encountered:
timkelty
Successfully merging a pull request may close this issue.
What happened?
Description
A couple spots in
AssetsController
return 200s witherror
andsuccess: true
.They should use
asModelFailure
andasSuccess
, and the JS updated to properly catch and not rely onerror
/success
keys.Craft CMS version
4.2.8
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: