Merge pull request #8726 from opf/status-display-in-global-search-autocompleter

[34132] Extend search autocompleter with useful information (improve the status badges)
pull/8738/head
ulferts 4 years ago committed by GitHub
commit 50a8367ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      frontend/src/app/modules/global_search/input/global-search-input.component.html

@ -62,10 +62,11 @@
[ngClass]="uiStateLinkClass">
#{{item.id}}
</a>
<span [textContent]="item.status"
<span [textContent]="item.status"
[ngClass]="statusHighlighting(item.statusId)"
class="global-search--wp-status">
</span>
</div>
</div>
</a>

Loading…
Cancel
Save