tango-app-api-task 3.4.1-activitylog-9 → 3.4.1-activitylog-10

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-task",
3
- "version": "3.4.1-activitylog-9",
3
+ "version": "3.4.1-activitylog-10",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2449,7 +2449,7 @@ export async function redoTask( req, res ) {
2449
2449
  'sourceCheckList_id': taskDetails.sourceCheckList_id,
2450
2450
  'checkListName': taskDetails.checkListName,
2451
2451
  'fromCheckListName': taskDetails.checkListName,
2452
- 'type': 'checklist',
2452
+ 'type': 'task',
2453
2453
  'action': 'redo',
2454
2454
  'storeName': taskDetails?.storeName?taskDetails?.storeName:'',
2455
2455
  'store_id': taskDetails?.store_id?taskDetails?.store_id:'',
@@ -2566,7 +2566,7 @@ export async function redomultiTask( req, res ) {
2566
2566
  'sourceCheckList_id': taskDetails.sourceCheckList_id,
2567
2567
  'checkListName': taskDetails.checkListName,
2568
2568
  'fromCheckListName': taskDetails.checkListName,
2569
- 'type': 'checklist',
2569
+ 'type': 'task',
2570
2570
  'action': 'redo',
2571
2571
  'storeName': taskDetails?.storeName?taskDetails?.storeName:'',
2572
2572
  'store_id': taskDetails?.store_id?taskDetails?.store_id:'',