Upload Media Button only to user allowed to manage the content #646
devilmind81
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should be great if the Upload Media Button will be visible only to user allowed to manage the content.
At the moment if I disable the button with the variable:
UPLOAD_MEDIA_ALLOWED = False
it will disappear for admin and content manager also.
If I enable it with :
UPLOAD_MEDIA_ALLOWED = True
The users will see the button and only if they click will be noticed to be unauthorized.
I think that this could me introduced simply.
Thanks in andvance
Beta Was this translation helpful? Give feedback.
All reactions