@builttocreate/engine-utils 1.9.3-rc.1.0.2 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -94,7 +94,7 @@ var addDocumentDataToActivities = function addDocumentDataToActivities(activitie
94
94
  activities.forEach(function (activity) {
95
95
  var nextActivity = _objectSpread({}, activity);
96
96
 
97
- if (activity.document && activity.document.field) {
97
+ if (activity.document && activity.document._id && activity.document.field) {
98
98
  var docFieldValue = fieldValues[activity.document.field];
99
99
  var templateField = templateFieldLookup[activity.document.field];
100
100
  nextActivity.document.title = templateField.title;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "1.9.3-rc.1.0.2",
3
+ "version": "1.9.3",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [