fh-wfm-result
Advanced tools
Comparing version 0.2.4-pre.1 to 0.2.4-pre.2
@@ -38,3 +38,5 @@ 'use strict'; | ||
resultCloudTopics.on('update', function(resultToUpdate) { | ||
return resultCloudDataTopics.request('update', resultToUpdate, {uid: resultToUpdate.id}); | ||
//The server ID is not guaranteed to have been assigned yet, so the UID could be the _localuid | ||
return resultCloudDataTopics.request('update', resultToUpdate, {uid: resultToUpdate.id || resultToUpdate._localuid}); | ||
}); | ||
@@ -41,0 +43,0 @@ |
{ | ||
"name": "fh-wfm-result", | ||
"version": "0.2.4-pre.1", | ||
"version": "0.2.4-pre.2", | ||
"description": "A result module for WFM, for working with the results of pushing a workorder through a workflow", | ||
@@ -5,0 +5,0 @@ "repository": { |
49929
923