- Disallow groups to be members of other groups
- Added user:audit rake task to see user roles from CLI
- Only run sync/test.rb if Rails.env.development? is true. Avoids accidental production syncs.
- Added a comparator to DssRm.Applications collection so application cards always appear in ABC order
- Use roles/show.json.jbuilder in RolesController#update. Fixes a bug where making a role assignment would result in inactive entities appearing in the sidebar where previously they had not.