Skip to content

Remove board list to vuex & graphql

Simon Knox requested to merge psi-remove-board-list-vuex into master

What does this MR do?

Use graphql and vuex to Remove lists on the group boards page.

Depends on the graphql_board_lists feature flag.

rails c

$ Feature.enable(:graphql_board_lists)
  1. load a group board
  2. select a list, open List Settings (gear in the list header)
  3. click 'Remove list'

Screenshots

Remove UI is the same

Does this MR meet the acceptance criteria?

Conformity

Edited by Simon Knox

Merge request reports