| author | Sidharth Singh | 2012-09-21 08:21:59 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-09-21 08:21:59 (EDT) |
| commit | a918b67b4881fdfc3aa452046d5d296309744a8c (patch) (side-by-side diff) | |
| tree | 2c033efe7c4117d102b35eb4c4fcd24542f18610 | |
| parent | e760cf0caaf6f22327650310864a7f87cea23fbc (diff) | |
| download | org.eclipse.stardust.ui.web-a918b67b4881fdfc3aa452046d5d296309744a8c.zip org.eclipse.stardust.ui.web-a918b67b4881fdfc3aa452046d5d296309744a8c.tar.gz org.eclipse.stardust.ui.web-a918b67b4881fdfc3aa452046d5d296309744a8c.tar.bz2 | |
CRNT-25924
Reverted the change done for editing activity name.
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@59423 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | web-modeler/src/main/resources/META-INF/xhtml/js/m_diagram.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-modeler/src/main/resources/META-INF/xhtml/js/m_diagram.js b/web-modeler/src/main/resources/META-INF/xhtml/js/m_diagram.js index f15b65c..97a1f8f 100644 --- a/web-modeler/src/main/resources/META-INF/xhtml/js/m_diagram.js +++ b/web-modeler/src/main/resources/META-INF/xhtml/js/m_diagram.js @@ -1613,7 +1613,7 @@ define( .submitCommand(m_command
.createUpdateModelElementCommand(
this.currentTextPrimitive.auxiliaryProperties.callbackScope.diagram.modelId,
- this.currentTextPrimitive.auxiliaryProperties.callbackScope.modelElement.oid,
+ this.currentTextPrimitive.auxiliaryProperties.callbackScope.oid,
changes));
this.currentTextPrimitive.show();
this.symbolEditMode = false;
|

