Pass the emptystate message in other places we use the treepicker

This commit is contained in:
Warren Buckley
2017-04-10 10:54:29 +01:00
parent a320b63fd6
commit ba559f6836
3 changed files with 3 additions and 0 deletions

View File

@@ -80,6 +80,7 @@
multiPicker: false,
title: localizationService.localize("template_insertDictionaryItem"),
description: localizationService.localize("template_insertDictionaryItemDesc"),
emptyStateMessage: localizationService.localize("emptyStates_emptyDictionaryTree"),
show: true,
select: function(node){

View File

@@ -204,6 +204,7 @@
multiPicker: false,
show: true,
title: "Insert dictionary item",
emptyStateMessage: localizationService.localize("emptyStates_emptyDictionaryTree"),
select: function(node){
var code = templateHelper.getInsertDictionarySnippet(node.name);

View File

@@ -194,6 +194,7 @@
multiPicker: false,
show: true,
title: "Insert dictionary item",
emptyStateMessage: localizationService.localize("emptyStates_emptyDictionaryTree"),
select: function(node){
var code = templateHelper.getInsertDictionarySnippet(node.name);