-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Markup problem details role seems to be required in order for users to show up in the assignment dropdown #4970
Comments
Related to #4855, when a user doesn't show up in the dropdown because of this, and the same user shortlists the problem, the wrong user is displayed in the assignment dropdown. |
Would it make sense to display users with the Manage shortlist ( -[% inspectors = c.user.from_body.staff_with_permission('report_inspect') %]
+[% inspectors = c.user.from_body.staff_with_permission('planned_reports') %] |
In our database, looks like we currently have:
I can't easily say whether any of those use the shortlist assignment or not, but from that I'd say whilst we could almost certainly add planned_reports to the list on top of report_inspect users, I don't think we could change it from one to the other. |
Interesting! Adding planned_reports to the list on top of report_inspect users would work for us. |
Although... having thought about it some more, is there any point to someone being able to be assigned if they can't then look at their shortlist? What do we do with this, would need a bit of looking to see what it's used for. |
That's a good question! I guess the only point to it would be if...
If this scenario is irrelevant then I would suggest that we only display
Perhaps you could identify the managers of these 307 users (that have the Also, perhaps it could be interesting to check how many of the 307 users that you mentioned that are actually assigned to reports (and not being able to see the reports in their shortlist). If no |
Describe the bug
If a user is missing the Markup problem details role then that user doesn't seem to show up in the assignment dropdown in the inspection form. This is the case even if the user has the Manage shortlist permission.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The user created in Step 1 above shows up in the assignment dropdown.
Screenshots
Not applicable.
Desktop (please complete the following information):
Not applicable.
Smartphone (please complete the following information):
Not applicable.
Additional context
Not applicable.
The text was updated successfully, but these errors were encountered: