Using Chris Hammond’s module development template.
I use the View.* files to allow users to see content.
I use the Edit.* files to allow users to update content. (Web service updates to the DB)
My Page Settings Permissions tab shows Role || ViewTab || EditTab
I have both View and Edit checked for Registered users.
Checking the EditTab has an unexpected result, it allows the page to show part of the persona bar. Why? I navigate from the View to the Edit using ....Utilities.UrlUtils.PopUpUrl(EditUrl("Action", "Add", "Edit",....
I did not expect to be dealing with turning off persona bar Edit pencil given the above permissions. If I uncheck the EditTab permission box for Registered Users, the navigation to the Edit.acsx gives permission denied