WS-1568 Execution status filtering
1 unresolved thread
1 unresolved thread
This adds execution status to the filter options.
I grabbed the list of statuses from the capability_states
table. There might be more than needed, but it can be trimmed down later if people would like.
Merge request reports
Activity
assigned to @dnemergu
50 50 <br /> 51 51 52 52 <div> 53 <app-filter-menu *ngIf="showFilterMenu" [state]="statesToFilter" [daStaff]="qaStaff['DA']" [aodStaff]="qaStaff['AOD']" [srdpStatus]="srdpOptions" [filters]="filters" (filterMenuEventEmitter)="emitFilterEvent($event)"></app-filter-menu> 53 <app-filter-menu *ngIf="showFilterMenu" [state]="statesToFilter" [exec_status]="execStatusToFilter" [daStaff]="qaStaff['DA']" [aodStaff]="qaStaff['AOD']" [srdpStatus]="srdpOptions" [filters]="filters" (filterMenuEventEmitter)="emitFilterEvent($event)"></app-filter-menu> @chausman This line here should be the only conflict you'll have (I think). It just needs the
[exec_status]="execStatusToFilter"
bit added.
added 7 commits
-
866ba375...02d724b6 - 4 commits from branch
main
- c5070ba4 - Initial filter button, the logic needs to use the execution status name added by the sorting task
- 0203b3f0 - Logic for execution status filtering
- 42f0fc69 - Added remaining execution states for the filter, might be more than needed
Toggle commit list-
866ba375...02d724b6 - 4 commits from branch
enabled an automatic merge when the pipeline for 42f0fc69 succeeds
Please register or sign in to reply