uPortal-Attic / uportal-home

Alternative UI for Apereo uPortal (originally built for MyUW)
http://uportal-project.github.io/uportal-home/
Apache License 2.0
25 stars 27 forks source link

fix: A-Z sort apps by title, not name #791

Closed apetro closed 6 years ago

apetro commented 6 years ago

The app directory browse page currently can sort alphabetically,

alphabetical-mode-selected

but prior to this changeset does so by not-visible-to-users "name" (an administrative, internal label for content) rather than by the visible-to-users "title".

For most content these labels are the same, so it's an easy bug to overlook. Occasionally these labels are not the same, yielding a weird alphabetical sorting experience for users.

not-actually-alphabetical-as-user-would-understand-it

Incidentally encountered bug ( resolves #790 ) in trying to add mock data; seems a quick fix so taking a shot at it.

After:

alpha-by-title


Contributor License Agreement adherence: