helios-ag / FMElfinderBundle

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

Add homeFolder to url #359

Closed danut007ro closed 5 years ago

danut007ro commented 5 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT

I needed to pass a homeFolder from the form type with currently logged in user, so it can modify it's own files. homeFolder was not added when url was not absolute. Now you can use {homeFolder} as a placeholder in url and it will be replaced automatically.

helios-ag commented 5 years ago

Looks good, thank you!