Add author id to the right selector

This commit is contained in:
Zeger-Jan van de Weg 2016-04-05 17:08:45 +02:00
parent 06e473e2d9
commit 77a24965ca

View file

@ -12,6 +12,7 @@ class @UsersSelect
showNullUser = $dropdown.data('null-user')
showAnyUser = $dropdown.data('any-user')
firstUser = $dropdown.data('first-user')
@authorId = $dropdown.data('author-id')
selectedId = $dropdown.data('selected')
defaultLabel = $dropdown.data('default-label')
issueURL = $dropdown.data('issueUpdate')