Fix switching editor to item tags on init
This commit is contained in:
@@ -278,7 +278,8 @@ export class ZabbixQueryController extends QueryCtrl {
|
|||||||
|
|
||||||
return Promise.all(promises).then(() => {
|
return Promise.all(promises).then(() => {
|
||||||
if (this.zabbix.isZabbix54OrHigher()) {
|
if (this.zabbix.isZabbix54OrHigher()) {
|
||||||
this.suggestItemTags();
|
this.suggestItemTags()
|
||||||
|
.then(() => this.$scope.$apply());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user