DrQuincy Posted January 4, 2023 Share Posted January 4, 2023 I have a select field that allows the user to choose from a drop down of repeater pages for that current page. I have set Selector string to id=page.options This works perfectly for me as the superuser but when the client logs in (custom role content-manager) they can't see anything but an empty drop down even though they have edit access for the template. So template typeface has a field called initialStyle (Page select as above). That chooses from a repeater call options. How do I grant permission for content-managers to see the pages from options in initialStyle when editing a typeface template? content-manager already has (I think by default) view access to repeater_options. Thanks. Link to comment Share on other sites More sharing options...
Gideon So Posted January 5, 2023 Share Posted January 5, 2023 Hi @DrQuincy Add check_access=0 to your selector string. Gideon 2 Link to comment Share on other sites More sharing options...
DrQuincy Posted January 5, 2023 Author Share Posted January 5, 2023 Perfect, thanks! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now