The create folder permission is missing on the users permission page.
It looks like function filebrowser_perm() {
does not implement,
FILEBROWSER_CREATE_FOLDER.
After adding this to the above mentioned function the permission appears and can be granted.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | filebrowser-perm-964396-2.diff | 344 bytes | Nicolas Georget |
Comments
Comment #1
Nicolas Georget commentedI dont know if it's a bug report, but i subscribe !
@clivesj: Add this to the
function filebrowser_perm()is enough to grant the perm to the roles ?Comment #2
clivesj commentedYes, unfortunately i cannot roll patsches at the moment:
Comment #3
Nicolas Georget commentedSubmit a patch
Comment #4
clivesj commentedComment #5
Yoran commentedThanks to Nicolas Georget (and clivesj). Patch applyed to last dev version.