helios-ag / FMElfinderBundle

:file_folder: ElFinderBundle provides ElFinder integration with TinyMCE, CKEditor, Summernote editors
MIT License
275 stars 128 forks source link

Using asset() to ensure the URL is correct (if website not deployed under /) #394

Closed Gregwar closed 4 years ago

Gregwar commented 4 years ago

Hi, If the website is not deployed under /, the bundle actualy doesn't work because of the baseUrl present in the elfinder.main.js that specifies /bundles..., using the asset() function fixes this issue.

helios-ag commented 4 years ago

Thank you!

EmmanuelVella commented 4 years ago

Hello, this causes an issue when using assets version : /bundles/fmelfinder/js?1583926936/elfinder.min.js

hlecorche commented 3 years ago

See #429