-
Notifications
You must be signed in to change notification settings - Fork 174
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
[issue_tracker] Do not display inactive users in issue form #8841
[issue_tracker] Do not display inactive users in issue form #8841
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is working well! I am however wondering now if we should also not display users that have Pending_approval='Y'?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per Dave's request, can we add the assignee / watchers that are currently assigned to the issue to the drop down even if they are inactive? Should be simple to do with a join on issues using issueID from $values, and an OR statement
Working well! |
Brief summary of changes
Inactive users are not displayed in dropdowns to assign / watch an issue
Testing instructions (if applicable)
Note
This is a CCNA override - https://github.com/aces/CCNA/pull/4100