This commit is contained in:
@@ -160,11 +160,12 @@
|
|||||||
<template slot="no-data" v-if="tagSearchEntry">
|
<template slot="no-data" v-if="tagSearchEntry">
|
||||||
<v-container>
|
<v-container>
|
||||||
<v-layout row>
|
<v-layout row>
|
||||||
<v-btn icon @click="addTag()">
|
<v-layout justify-center>
|
||||||
<v-icon>fa-plus-circle</v-icon>
|
|
||||||
</v-btn>
|
|
||||||
<v-layout justify-start>
|
|
||||||
"{{ this.$gzutil.normalizeTag(tagSearchEntry) }}"
|
"{{ this.$gzutil.normalizeTag(tagSearchEntry) }}"
|
||||||
|
|
||||||
|
<v-btn icon @click="addTag()">
|
||||||
|
<v-icon>fa-plus-circle</v-icon>
|
||||||
|
</v-btn>
|
||||||
</v-layout>
|
</v-layout>
|
||||||
</v-layout>
|
</v-layout>
|
||||||
</v-container>
|
</v-container>
|
||||||
@@ -562,6 +563,7 @@ export default {
|
|||||||
//make sure there are no existing of the same tag
|
//make sure there are no existing of the same tag
|
||||||
this.pickLists.tags.push(theTag);
|
this.pickLists.tags.push(theTag);
|
||||||
this.obj.tags.push(theTag);
|
this.obj.tags.push(theTag);
|
||||||
|
this.tagSearchEntry="";
|
||||||
//add tags to existing picklist so that it contains all the unique tags ever searched for or present in the object
|
//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+=tags
|
||||||
//vm.pickLists.tags=uniqueonly(vm.pickLists.tags)
|
//vm.pickLists.tags=uniqueonly(vm.pickLists.tags)
|
||||||
|
|||||||
Reference in New Issue
Block a user