Make the selectize async call for the assignee actaully work properly. Previously it was just pulling down all the users all the time.
Also, add a loading spinner to selectize elements when loading aync data.
This will need to be tested in staging pretty well. Its hard to test laggyness on a local setup with only a handful of users.
rebased onto 0992b20adec601ff0ded34fce17983206e085bad
Awesome!
We should fix this in the issue page as well, I can take care of this
1 new commit added
Load user async when looking up assignee on issue
rebased onto f4d4a5394bc45264d866ee508013c7267f603779
Pull-Request has been merged by pingou
Make the selectize async call for the assignee actaully work properly. Previously it was just pulling down all the users all the time.
Also, add a loading spinner to selectize elements when loading aync data.