Bug #65507
closedmissing button "Select & upload files" for editors without admin rights
0%
Description
It is a pitty.
A normal editor without admin rights has not the possibility to upload images into a data record with drag&drop from his desktop!?
I tested it with an editor, named "kkk", who belongs to a BE-user-group with a complete permission-set (all check boxes are checked).
Image 2a: user with admin rights
Image 2b: user without admin rights
Files
Updated by Kurt Kunig over 9 years ago
It clarified in the meantime!!!
The BE user group, an editor belongs to, MUST have a file-mount to the folder /user_upload/!!!
Hint: This should be done automatically!?
Updated by Frans Saris over 9 years ago
- Status changed from New to Needs Feedback
Hi Kurt,
IMO this is already automated as much as is possible.
The folder user_upload is the default folder of your storage (for local storages) and indeed the user needs to have access to this folder (through a file-mount).
To be able to (dis)allow users access to parts of the "filesystem" you need to explicitly set the file-mout access for the user(group).
Not sure if/how/when we could automatically assign/create these file-mounts.
gr. Frans
ps. But this is a nice one for a getting started FAQ
Updated by Nicole Cordes over 9 years ago
BTW: You can define an own upload folder for user/groups with TSconfig:
options.defaultUploadFolder = 1:/path_to_filemount/upload_folder
Updated by Kurt Kunig over 9 years ago
I tried it with:
options.defaultUploadFolder = 2:/fileadmin/user_upload
or
options.defaultUploadFolder = 2:/fileadmin/user_upload/
ID 1 is occuoied by another filemount.
Result: a full frame of error messages!?¶
Nevertheless you have to define a filemount to "fileadmin/user_upload/"
So it is simpler to give the editor user group access to that (default) filemount.
After having done this, the Button "Select & upload files" appears!
Updated by Markus Klein over 9 years ago
- Status changed from Needs Feedback to Closed
Closing this as duplicate of #59589