[go: up one dir, main page]

Skip to content

Export MRs -> user is navigated back to "Open" tab

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

When exporting MRs, after the user confirms their intent in the export to CSV modal they are unexpectedly navigated back to the Open tab.

To reproduce:

  1. with the vue_merge_request_list feature flag enabled in the GDK, visit the merge requests list for a project
  2. navigate to one of the non-open tabs (like Merged)
  3. use the action menu to export the current list to CSV (note that this will not yield the correct result until !176196 (merged) is merged)

Expected: after you confirm in the modal, you should be on the same page

Actual: after you confirm in the modal, the page reloads but you are on the wrong tab. You get sent back to the Open tab.

Commentary

  • why is a page reload necessary here at all? is this a legacy of the haml MRs list page?
Edited by 🤖 GitLab Bot 🤖