Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests sorting #525

Merged
merged 18 commits into from
Aug 6, 2020
Prev Previous commit
Next Next commit
Fix displaying applied filters
  • Loading branch information
wojciech.blachowski committed Sep 23, 2019
commit 267d4d698e57a0c4cff31c9a0555efb2983d806b
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<div class="form-group">
<div data-aet-sidepanel-order data-toggle="popover">
<div class="filter-list">
<div class="filter-list-title">
<div>
<p ng-bind="$root.orderLabel"></p>
<div class="fontawesome">
<i class="fas fa-angle-down fa-lg"></i>
Expand All @@ -110,7 +110,7 @@
<button data-ordering-attribute="name" class="dropdown-item">Order by name</button>
</div>
<div class="dropdown-field">
<button data-ordering-attribute="+" class="dropdown-item">Order by suite ordering</button>
<button data-ordering-attribute="-" class="dropdown-item">Order by suite ordering</button>
</div>
</form>
</div>
Expand Down