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

object_edit and bulk_edit ignore permissions for the Note field. #2237

Closed
smk4664 opened this issue Aug 17, 2022 · 0 comments · Fixed by #2310
Closed

object_edit and bulk_edit ignore permissions for the Note field. #2237

smk4664 opened this issue Aug 17, 2022 · 0 comments · Fixed by #2310
Labels
type: bug Something isn't working as expected

Comments

@smk4664
Copy link
Contributor

smk4664 commented Aug 17, 2022

Environment

  • Python version: 3.8
  • Nautobot version: 1.4.0

Steps to Reproduce

  1. Create a user with permission to the Site model, but don't grant them extras.Note
  2. Create a Site Object using the Add/Edit form
  3. Notice that the Notes field is a valid option

Expected Behavior

The Note field should note be available if the user does not have permissions to add_note.

Observed Behavior

User is able to create a note, (but then can't view the notes on the object).

@bryanculver bryanculver added the type: bug Something isn't working as expected label Aug 22, 2022
glennmatthews added a commit that referenced this issue Aug 29, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants