Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with field permissions #19

Open
walisc opened this issue Aug 26, 2019 · 1 comment
Open

Bug with field permissions #19

walisc opened this issue Aug 26, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@walisc
Copy link
Owner

walisc commented Aug 26, 2019

They are 2 cases in which the field permissions are not as should. These are highlighted below:-

  1. 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.
  2. 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
@walisc walisc self-assigned this Aug 26, 2019
@walisc walisc added the bug label Aug 26, 2019
@walisc walisc added this to the v1.3.6 milestone Aug 26, 2019
@walisc
Copy link
Owner Author

walisc commented Aug 26, 2019

Need to complete permissions tests one this is complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant