2628 - Remove item name from search on tag removal
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-11-24 13:54:31 +01:00
parent 2a2104936c
commit 561991f18c
2 changed files with 4 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class Controller extends Section {
removeItemName() {
this.itemName = null;
this.applyFilters();
this.$.searchbar.doSearch({}, 'bar');
}
applyFilters(filter = {}) {

View File

@ -45,6 +45,9 @@
<vn-label-value label="Confirmed"
value="{{$ctrl.summary.confirmed | date: 'dd/MM/yyyy HH:mm'}}">
</vn-label-value>
<vn-label-value label="Landed"
value="{{$ctrl.summary.landed | date: 'dd/MM/yyyy HH:mm'}}">
</vn-label-value>
<vn-label-value label="Address"
value="{{$ctrl.formattedAddress}}">
</vn-label-value>