title | issue | author | author_email |
---|---|---|---|
Prevent error in loading plugin administration files from crashing the administration. |
NEXT-14918 |
Niklas Büchner |
- Changed the plugin loading process to gracefully handle a missing javascript file of a plugin instead of crashing.
- Changed method
injectPlugin
inResources/app/administration/src/core/application.js
and added a try/catch to prevent JavaScript errors if plugin asset files cannot be found.