You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ProjectAddDetails Django form includes all organizations for the "Select organization" form field. This should be limited to the organizations that the user is a member of and has project.create permission for, or all organizations if the user is a SU. This easily avoids permission denied errors due to selecting an organization the user does not have permission for.
The text was updated successfully, but these errors were encountered:
Currently, the
ProjectAddDetails
Django form includes all organizations for the "Select organization" form field. This should be limited to the organizations that the user is a member of and hasproject.create
permission for, or all organizations if the user is a SU. This easily avoids permission denied errors due to selecting an organization the user does not have permission for.The text was updated successfully, but these errors were encountered: