This commit is contained in:
@@ -161,10 +161,15 @@
|
||||
<v-container>
|
||||
<v-layout row>
|
||||
<v-layout justify-center>
|
||||
"{{ this.$gzutil.normalizeTag(tagSearchEntry) }}"
|
||||
|
||||
<v-btn icon @click="addTag()">
|
||||
<v-icon>fa-plus-circle</v-icon>
|
||||
<v-chip
|
||||
color="primary"
|
||||
text-color="white"
|
||||
class="display-1"
|
||||
>
|
||||
{{ this.$gzutil.normalizeTag(tagSearchEntry) }}</v-chip
|
||||
>
|
||||
<v-btn large icon @click="addTag()">
|
||||
<v-icon large color="success">fa-plus-circle</v-icon>
|
||||
</v-btn>
|
||||
</v-layout>
|
||||
</v-layout>
|
||||
@@ -563,7 +568,7 @@ export default {
|
||||
//make sure there are no existing of the same tag
|
||||
this.pickLists.tags.push(theTag);
|
||||
this.obj.tags.push(theTag);
|
||||
this.tagSearchEntry="";
|
||||
this.tagSearchEntry = "";
|
||||
//add tags to existing picklist so that it contains all the unique tags ever searched for or present in the object
|
||||
//vm.pickLists.tags+=tags
|
||||
//vm.pickLists.tags=uniqueonly(vm.pickLists.tags)
|
||||
|
||||
Reference in New Issue
Block a user