Skip to content

Fix: show "List Settings" when no projects

What does this MR do and why?

UI fix. When no projects in the group are created the "List Settings" button should be available.

Screenshots or screen recordings

When no projects in the group the settings button is shown for custom lists

Before After

When project exists the settings button is shown_ for custom lists (nothing was changed)

Before After

How to set up and validate locally

Numbered steps to set up and validate locally.

  1. gdk start
  2. login root user
  3. url to check: http://gdk.test:3000/groups/yfaietestgroup1/-/boards - no projects http://gdk.test:3000/flightjs/Flight/-/boards - project is existed

Numbered steps to set up and validate on staging.

Check the issue board without projects

  1. Create a group.
  2. Create a couple of labels at the group level you will be used to construct your issue boards lists;
  3. Go to Issue boards -> Add list -> Select labels and the lists will appear.
  4. Click the Issues > Boards button.
  5. Check the issue board without projects

Check the issue board with projects

  1. Select any project
  2. Click the Issues > Boards button.
  3. Check the project issue board

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #299197 (closed)

Edited by Yurii Faievskyi

Merge request reports