diff options
Diffstat (limited to 'src/main/resources/boot/SC/LocalObjectDefCreator.xml')
| -rw-r--r-- | src/main/resources/boot/SC/LocalObjectDefCreator.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/boot/SC/LocalObjectDefCreator.xml b/src/main/resources/boot/SC/LocalObjectDefCreator.xml index 4e253f8..18de872 100644 --- a/src/main/resources/boot/SC/LocalObjectDefCreator.xml +++ b/src/main/resources/boot/SC/LocalObjectDefCreator.xml @@ -47,9 +47,9 @@ newItem.requestAction(agent.getSystemKey(), "workflow/domain/EditDefinition", Transitions.DONE, newObj);
// If this script is running in the Cristal GUI, open the new item.
- var tree = Packages.com.c2kernel.gui.MainFrame.treeBrowser;
- if (tree != null) // open new item in the gui
- tree.push(newPath);
+ //var tree = Packages.com.c2kernel.gui.MainFrame.treeBrowser;
+ //if (tree != null) // open new item in the gui
+ // tree.push(newPath);
]]></script>
</cristalscript>
|
