|
|
@ -549,6 +549,7 @@ public class ReplaceUtils { |
|
|
|
if (widget instanceof TreeEditor) { |
|
|
|
if (widget instanceof TreeEditor) { |
|
|
|
Object config = ((TreeEditor) widget).getBuildModelConfig(); |
|
|
|
Object config = ((TreeEditor) widget).getBuildModelConfig(); |
|
|
|
replaceTreeConfig(config, entities); |
|
|
|
replaceTreeConfig(config, entities); |
|
|
|
|
|
|
|
((TreeEditor) widget).setBuildModelConfig(config); |
|
|
|
} |
|
|
|
} |
|
|
|
if (db.getDictionary() instanceof TableDataDictionary) { |
|
|
|
if (db.getDictionary() instanceof TableDataDictionary) { |
|
|
|
TableDataDictionary tdd = (TableDataDictionary) db.getDictionary(); |
|
|
|
TableDataDictionary tdd = (TableDataDictionary) db.getDictionary(); |
|
|
|