We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PemData
This is for breaking up the part of #2638 that ensures staff members cannot add PemData models. See 0995c0e.
Based on the spreadsheet, we do not want staff members to see anything from PemDatas or be able to add them.
Let's make it explicit by implementing has_view_permission and has_add_permission.
has_view_permission
has_add_permission
superuser
Cal-ITP
The text was updated successfully, but these errors were encountered:
Luis will fill out the acceptance criteria on this ticket.
Sorry, something went wrong.
lalver1
Successfully merging a pull request may close this issue.
This is for breaking up the part of #2638 that ensures staff members cannot add
PemData
models. See 0995c0e.Based on the spreadsheet, we do not want staff members to see anything from
PemData
s or be able to add them.Let's make it explicit by implementing
has_view_permission
andhas_add_permission
.Acceptance Criteria
superuser
PemData
can be added as beforeCal-ITP
group memberPemData
model cannot be addedThe text was updated successfully, but these errors were encountered: