Feature proposal #9762
closedImplement support for specifying approval access
Description
This would determine who exactly can approve uploads. By default should be Moderators, but for example could be set to Asset to all asset moderators to publish, or Owner to allow the gallery owner to publish. Currently it's just too rigid.
Updated by krileon 5 months ago
A new parameter in the gallery would actually be perfect for this. Should have the following options.
Moderators
Owner
Asset
Custom
View Access Levels?
Custom would let you supply a comma list of user ids with moderator permissions. Default should just be Moderators for CB Moderators. Then this can just be checked in the canModerate function of the gallery giving substantially more control.
Updated by krileon 17 days ago
Should probably just be a generic way to specify who has moderator permissions over the gallery entirely and not just for approval. Currently all galleries moderator checks are first seeing if the user is a global CB moderator then second checking asset (usually just CB GroupJive being applicable here).