mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-12 05:10:45 -04:00
`SortableMixin` no longer has anything to do with sorting, except that it inherits from the similarly-named `SortByNameMixin`. This commit: - renames it to describe its main purpose: doing equality (and identity) checks based on the `id` attribute - makes it no longer inherit from `SortByNameMixin`, so that the two can be used independently or combined