Skip to content

fix(admin): fix issues with applications export

Michal Berky requested to merge mberky/STR-1197/applications_export into main

Description

fix(admin): fix issues with applications export

  • Added a downloadApplicationsData function to perun-utils.ts which ensures that exported data in 'state' column reflect what is seen in the applications table.
  • Found and fixed a bug causing error when trying to export all data from group applications table
  • Added export functionality to application-operation-error-list component
  • Modified getExportDataForColumn function in applications-utils.ts so that 'user' column in exported data reflects what user sees in the table for applications with no user attribute

How to test

Compare behaviour of mentioned issues on main with this branch. Also check for any errors or unexpected problems while doing so.

Author's checklist

  • I have followed the contribution guidelines
  • This MR has been tested or does not change functionality
  • I have added relevant merge request dependencies (if this MR has any)
  • I have added the correct labels
  • I have assigned reviewers (if any are relevant)
  • I have edited the documentation (if the changes require it) or I have noted the need for the change if I do not have access to the documentation
  • I have marked all introduced BREAKING CHANGES or necessary DEPLOYMENT NOTES in the commit message(s)

Reviewer's checklist

  • This MR has been tested or does not change functionality
  • This MR has correct commit message format

Closes STR-1197

Merge request reports