Assign quick action does not load the list of users
Summary
When you type /assign @
in the issue, the list of users is not loading.
Steps to reproduce
- in any projects go to Issues > New issue
- type
/assign @
in the issue. As a result, the list of users is not loading. Same applies to any other place whereassign
quick action can be used.
What is the current bug behavior?
the list of users is not loading
What is the expected correct behavior?
the list of users should be loading
Relevant logs and/or screenshots
Error from the browser console:
sentry.3a8b9cce.chunk.js:1 Uncaught TypeError: Cannot read property 'includes' of undefined
at main.f465d1c5.chunk.js:64
at Array.filter (<anonymous>)
at n.filter (main.f465d1c5.chunk.js:64)
at t.query (main.f465d1c5.chunk.js:73)
at n._lookUp (main.f465d1c5.chunk.js:73)
at n.lookUp (main.f465d1c5.chunk.js:73)
at t.dispatch (main.f465d1c5.chunk.js:73)
at t.onKeyup (main.f465d1c5.chunk.js:73)
at HTMLTextAreaElement.<anonymous> (main.f465d1c5.chunk.js:73)
at HTMLTextAreaElement.dispatch (main.f465d1c5.chunk.js:25)
at HTMLTextAreaElement.m.handle (main.f465d1c5.chunk.js:25)
at Object.trigger (main.f465d1c5.chunk.js:25)
at HTMLTextAreaElement.<anonymous> (main.f465d1c5.chunk.js:25)
at Function.each (main.f465d1c5.chunk.js:14)
at S.fn.init.each (main.f465d1c5.chunk.js:14)
at S.fn.init.trigger (main.f465d1c5.chunk.js:25)
at t.value (main.f465d1c5.chunk.js:64)
at t.value (main.f465d1c5.chunk.js:64)
at n.filter (main.f465d1c5.chunk.js:64)
at t.query (main.f465d1c5.chunk.js:73)
at n._lookUp (main.f465d1c5.chunk.js:73)
at n.lookUp (main.f465d1c5.chunk.js:73)
at t.dispatch (main.f465d1c5.chunk.js:73)
at HTMLTextAreaElement.<anonymous> (main.f465d1c5.chunk.js:73)
at HTMLTextAreaElement.dispatch (main.f465d1c5.chunk.js:25)
at HTMLTextAreaElement.m.handle (main.f465d1c5.chunk.js:25)
at HTMLTextAreaElement.r (sentry.3a8b9cce.chunk.js:1)
Output of checks
This bug happens on GitLab.com, also reproduced on a test instance with GitLab 12.8.1.
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)