Always show "email issue" button on group/project issues list refactor
What does this MR do and why?
This MR updates the group/project issues list refactor to always show the "email issue" button even when there are no issues in the issues list.
The button will continue to not be shown when the user is signed out (due to the check in Project#new_issuable_address
).
Screenshots or screen recordings
Signed in | Signed out |
---|---|
How to set up and validate locally
- In rails console enable the feature flag
Feature.enable(:vue_issues_list)
- Set up incoming email
- 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 #329333 (closed)
Edited by Coung Ngo