提交 dc0743e8 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/fix-configDesigner' into 'develop'

Fix/fix config designer

See merge request o2oa/o2oa!1646
......@@ -87,6 +87,7 @@ var apps = [
{ "folder": "x_component_TeamWork", "tasks": ["move", "min"] },
{ "folder": "x_desktop", "tasks": ["move", "min"] },
{ "folder": "x_component_IMV2", "tasks": ["move", "min"] },
{ "folder": "x_component_ConfigDesigner", "tasks": ["move", "min"] },
];
......
......@@ -577,7 +577,7 @@ o2.xApplication.ConfigDesigner.Main = new Class({
function( json ){
var nodeList = json.data.nodeList;
if(nodeList.length>1){
new Element("option", {"value": "*", "text": "*"}).inject(this.nodeSelect);
new Element("option", {"value": "*", "text": "*"}).inject(this.propertyServerNode);
}
nodeList.each(function (node) {
new Element("option", {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册