Show "i" information on Dev widget
requested to merge 440851-mvc-1-devops-artifacts-create-mr-quick-action-and-display-of-widget-2 into master
What does this MR do and why?
Show "i" information on Dev widget
Behind work_items_alpha
FF
flowchart TD
%% Nodes
A("WORK ITEM CLOSED")
E("'willAutoCloseByMergeRequest' is true")
F("show 'i' icon with the message in design")
G("'willAutoCloseByMergeRequest' is false")
H("Do not show 'i' icon")
%% Edge connections between nodes
A --> E --> F
A --> G --> H
flowchart TD
%% Nodes
A("WORK ITEM OPEN")
E("'willAutoCloseByMergeRequest' is true")
F("show 'i' icon with the message in design")
G("'willAutoCloseByMergeRequest' is false")
H("Do not show 'i' icon")
%% Edge connections between nodes
A --> E --> F
A --> G --> H
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Task work item (multiple linked merge requests) | Issue work item ( single merge request linked) |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Enable FF
work_items_alpha
- Copy the url of any task For example
http://127.0.0.1:3000/flightjs/Flight/-/work_items/108
- Go to any 2 open MR's and update the description to add
Resolves http://127.0.0.1:3000/flightjs/Flight/-/work_items/108
orResolves #108
- Open the task and see the MR's linked in the dev widget
Related to #440851 (closed)
Edited by Deepika Guliani