Forum Discussion
lolagoetz but even if I created a role that is like "can use studio" and a role that is "can use admin" - what permission do I give them for that role? Like what is the permission for "can view admin" and the permission for "can view studio"?
These permissions are not individually broken out, but are all tied to the Administrator role on stage.
Are you using your stage for user acceptance testing and you want to share studio access with designers? Can you share a bit on why you want to offer these links to someone outside of the stage admin group?
- Lindsey6 years agoLeader
Claudius lolagoetz We want certain users, like people from our Marketing team, to see the Studio link so they can edit our email templates, but not be granted full administrator privileges.
On our second stage server that we used as a test for something, we had users that were granted roles other than administrator, and they could see the Studio link in the "Category dashboard" OOTB component, but it was not showing up in the custom dropdown of user links that I created. This is what I am checking for whether or not I should be displaying that Studio link:<#if user.ranking.id == 1>
What is category dashboard using to display the Studio link to those users that had permission to view Studio without being an administrator that I can use in my custom dropdown instead of the above code snippet?
- lolagoetz6 years agoBoss
You could potentially give them a "Studio" role (or whatever you want to call it) on your stage server, and update the appropriate permissions in these sections:
Are you allowing them to push from Studio, or only make updates?
If you want them to have rights to push, you'll also need to update these in prod:
I will say up front that I've not tried to decouple these permissions and create a role that only does a portion of these and not all.
But this is where you'd do it.
- Lindsey6 years agoLeader
We already have these roles set up, I don't need help with that. I just need help with figuring out how I can display the "Studio" link in the custom user options dropdown to any user that has permission to click the Studio link, similar to how it is being displayed in "Category Dashboard" OOTB component.
Related Content
- 10 months ago
- 5 months ago