Skip to content
Snippets Groups Projects
  1. Feb 18, 2022
    • Daniel Schultz's avatar
      Hide the admin button for non-admins · 13b0e9a0
      Daniel Schultz authored
      There are several types of user with access to the review dashboard, but
      only administrators are allowed to view the administrator pane.
      
      This updates the admin dashboard to only render the admin button for
      users with admin permission.  It also adds an ID to the button so
      that test can reliably check for the presence of the button.
      
      Issue #2724
      13b0e9a0
  2. Feb 15, 2022
    • Daniel Schultz's avatar
      Fix AdminFactory · 28e433e2
      Daniel Schultz authored
      The `AdminFactory` had a bug: `is_admin` is not a field, but
      `is_superuser` is.
      
      No tests were using the factory so this went unnoticed, but I'm about to
      want to use it.
      28e433e2
  3. Feb 12, 2022
  4. Feb 11, 2022
  5. Feb 10, 2022
  6. Feb 09, 2022
  7. Feb 08, 2022
  8. Feb 07, 2022
  9. Feb 01, 2022
  10. Jan 31, 2022
Loading