tango-app-api-task 3.4.1-activitylog-5 → 3.4.1-activitylog-6
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.
package/package.json
CHANGED
|
@@ -276,7 +276,7 @@ export async function createUpdateTask( req, res ) {
|
|
|
276
276
|
let logObj = {
|
|
277
277
|
client_id: inputBody.clientId,
|
|
278
278
|
createAt: new Date(),
|
|
279
|
-
sourceCheckList_id: inputBody._id,
|
|
279
|
+
sourceCheckList_id: inputBody._id || checkListId,
|
|
280
280
|
checkListName: inputBody.checklistName,
|
|
281
281
|
fromCheckListName: '',
|
|
282
282
|
type: 'task',
|