Skip to content

Commit

Permalink
fix(mail(js)): reload UIDs when changing sort order
Browse files Browse the repository at this point in the history
Fixes #5385
  • Loading branch information
cgx committed Sep 8, 2021
1 parent e714a3f commit 2a8d64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/MailerUI/UIxMailFolderTemplate.wox
Expand Up @@ -109,7 +109,7 @@
<sg-checkmark
label:aria-label="Descending Order"
ng-model="mailbox.service.$query.asc"
ng-change="mailbox.selectedFolder.$filter()"
ng-change="mailbox.selectedFolder.$filter(mailbox.service.$query)"
sg-true-value="0"
sg-false-value="1"><var:string label:value="Descending Order"/></sg-checkmark>
</md-menu-item>
Expand Down

0 comments on commit 2a8d64d

Please sign in to comment.