Skip to content

Commit

Permalink
#1670 Don't sort tags in taxonomy tags selector
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Feb 25, 2021
1 parent cadc641 commit 21f5354
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3 class="modal-title">Select tags from library</h3>

<div>
<div class="list-group">
<a href class="list-group-item" ng-repeat="tag in $modal.formData.selectedTaxonomy.tags | orderBy:'predicate' | orderBy:'value'"
<a href class="list-group-item" ng-repeat="tag in $modal.formData.selectedTaxonomy.tags"
ng-click="$modal.selectTag(tag)">
<span class="mr-xs" ng-class="{'text-primary': !!tag.selected, 'text-disabled': !!!tag.selected}">
<i class="fa fa-check"></i>
Expand Down

0 comments on commit 21f5354

Please sign in to comment.