You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cardViewSort currently only allows to sort by title and only works when not paginated.
This should be improved as follows:
Split into sort for collections and sort for items (e.g. defaultItemSort and defaultCollectionSort, accepting the same terminology as in the sort extension such as -datetime) -> remove cardViewSort
Pass to sort information to the API if the sort extension(s) are implemented
Allow to sort by other properties (i.e. not just title) - restriced for client side sort to (natural) numbers and texts
cardViewSort currently only allows to sort by title and only works when not paginated.
This should be improved as follows:
defaultItemSort
anddefaultCollectionSort
, accepting the same terminology as in the sort extension such as-datetime
) -> removecardViewSort
Related to #588
The text was updated successfully, but these errors were encountered: