Skip to content

Commit

Permalink
fix(tickets): filter not showing assignees
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Apr 8, 2019
1 parent 4d3de52 commit 7994855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partials/ticketFilterWindow.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<label for="filterAssignee" class="uk-form-label" style="padding-bottom: 0; margin-bottom: 0;">Assignee:</label>
<select name="filterAssignee" id="filterAssignee" class="selectize" multiple="multiple" data-md-selectize-inline data-md-selectize-bottom="true" data-md-selectize-top-offset="-12">
{{#each data.common.users}}
{{#canUserRole role "ticket:assingee"}}
{{#canUserRole role "agent:*"}}
<option value="{{_id}}">{{fullname}}</option>
{{/canUserRole}}
{{/each}}
Expand Down

0 comments on commit 7994855

Please sign in to comment.