1. 24 Feb, 2022 1 commit
    • Max Woolf's avatar
      Move admin memberships export to sidekiq job · 3a94d95f
      Max Woolf authored
      Currently the CSV generated in the admin/users
          page is done synchronously and then offered as
          a download.
      
          We need to update the CSV to use Max Role
          instead of direct membership role in the
          outputted CSV which will be more complex
          to generate so should be in a background
          job.
      
          Changelog: changed
          EE: true
      3a94d95f
  2. 23 Feb, 2022 39 commits