Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 500 Bytes

2021-01-15-prevent-missing-plugin-file-from-crashing-administration.md

File metadata and controls

9 lines (9 loc) · 500 Bytes
title issue author author_email
Prevent error in loading plugin administration files from crashing the administration.
NEXT-14918
Niklas Büchner
niklas.buechner@pickware.de

Administration

  • Changed the plugin loading process to gracefully handle a missing javascript file of a plugin instead of crashing.
  • Changed method injectPlugin in Resources/app/administration/src/core/application.js and added a try/catch to prevent JavaScript errors if plugin asset files cannot be found.