ACTom / files_mindmap

This application enables Nextcloud users to open, save and edit mind map files in the web browser.
GNU Affero General Public License v3.0
174 stars 48 forks source link

Need to handle the old OCA\Files_Sharing::loadAdditionalScripts event… #189

Closed smarinier closed 10 months ago

smarinier commented 11 months ago

The OCA\Files_Sharing::loadAdditionalScripts is still generated from BeforeTemplateRenderedEvent.

We have the choices to Listen to BeforeTemplateRenderedEvent also. But i think the legacy event is still maintained and is more significant (in order to load scripts) than "BeforeTemplate..."