Save sort order on group/project issues list refactor
What does this MR do and why?
This MR updates the group/project issues list refactor (#322755 (closed)) so that when the user changes sort order, a GraphQL mutation is called to save the sort order.
These changes are behind the vue_issues_list
feature flag, defaulted to off.
Issue: #346939 (closed)
Screenshots or screen recordings
Screen_Recording_2022-02-01_at_10.32.26_pm
How to set up and validate locally
- In rails console enable the feature flag
Feature.enable(:vue_issues_list)
- Visit any group or project issues list page such as
http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/
- Test the MR.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #346939 (closed)
Edited by Coung Ngo