They are 2 cases in which the field permissions are not as should. These are highlighted below:-
- When the
Add New button is clicked the ViewState is ViewTable when it tries to Add fields. See (Core/PageTypes/PostType.php:213). This means if the field does not have ViewTable read rights its not generated.
- permission keys should be mapped correctly to ViewStates. As it is if the Edit Page has (c)reate permission key, it render the edit element. This should not be the case, as it should only do this if the (u) permission key is there
They are 2 cases in which the field permissions are not as should. These are highlighted below:-
Add Newbutton is clicked the ViewState isViewTablewhen it tries to Add fields. See (Core/PageTypes/PostType.php:213). This means if the field does not have ViewTable read rights its not generated.