wf composition small fixes 03/66303/1
authorStanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
Thu, 13 Sep 2018 08:26:32 +0000 (11:26 +0300)
committerStanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
Thu, 13 Sep 2018 08:26:37 +0000 (11:26 +0300)
Issue-ID: SDC-1591
Change-Id: I1813fbe2667bc1926ca4ddfdabb968b580c16825
Signed-off-by: Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
workflow-designer-ui/src/main/frontend/package.json
workflow-designer-ui/src/main/frontend/src/features/version/composition/CompositionView.js
workflow-designer-ui/src/main/frontend/src/features/version/versionController/VersionControllerView.jsx
workflow-designer-ui/src/main/frontend/yarn.lock

index ddc761d..0402ac3 100644 (file)
@@ -50,7 +50,7 @@
                "redux-saga": "^0.16.0",
                "redux-thunk": "^2.3.0",
                "reselect": "^3.0.1",
-               "sdc-ui": "1.6.57",
+               "sdc-ui": "1.6.59",
                "uuid-js": "^0.7.5",
                "validator": "^10.2.0"
        },
index 41c6db0..69e6840 100644 (file)
@@ -171,13 +171,7 @@ class CompositionView extends Component {
                     name="file-input"
                     style={{ display: 'none' }}
                 />
-                <div
-                    onBlur={() => {
-                        this.exportDiagramToStore();
-                    }}
-                    className="bpmn-container"
-                    id={this.generatedId}
-                />
+                <div className="bpmn-container" id={this.generatedId} />
                 <div className="bpmn-sidebar">
                     <div
                         className="properties-panel"
index 20a14c6..3f47b44 100644 (file)
@@ -65,10 +65,12 @@ export default class VersionControllerView extends Component {
             certifyVersion,
             workflowId,
             currentWorkflowVersion,
-            savedParams
+            savedParams,
+            workflowName
         } = this.props;
         certifyVersion({
             workflowId,
+            workflowName,
             versionId: currentWorkflowVersion.id,
             params: savedParams
         });
index 8d66808..c984790 100644 (file)
@@ -10374,9 +10374,9 @@ scss-tokenizer@^0.2.3:
     js-base64 "^2.1.8"
     source-map "^0.4.2"
 
-sdc-ui@1.6.57:
-  version "1.6.57"
-  resolved "https://registry.yarnpkg.com/sdc-ui/-/sdc-ui-1.6.57.tgz#9250faa279163e13f36bb91c835b8fe78f77ebaf"
+sdc-ui@1.6.59:
+  version "1.6.59"
+  resolved "https://registry.yarnpkg.com/sdc-ui/-/sdc-ui-1.6.59.tgz#f25a80115e5145fa139fdfd9af830fc62f0b55a9"
   dependencies:
     "@angular/common" "~2.4.8"
     "@angular/core" "~2.4.8"