tango-app-api-trax 3.5.1-alpha-0 → 3.5.1-alpha-2
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
|
@@ -3706,7 +3706,7 @@ async function insertPCBulkV4( getCLconfig, checklistId, currentdate, updatedche
|
|
|
3706
3706
|
await processedchecklist.deleteMany( { date_string: insertdata.date_string,
|
|
3707
3707
|
date_iso: insertdata.date_iso,
|
|
3708
3708
|
client_id: insertdata.client_id,
|
|
3709
|
-
checkListId: updatedchecklist._id, checklistStatus: 'open' } );
|
|
3709
|
+
checkListId: updatedchecklist._id, checklistStatus: 'open', redoStatus: false } );
|
|
3710
3710
|
|
|
3711
3711
|
|
|
3712
3712
|
let actionType = 'deleteOpenUsers';
|
|
@@ -3725,7 +3725,7 @@ async function insertPCBulkV4( getCLconfig, checklistId, currentdate, updatedche
|
|
|
3725
3725
|
{
|
|
3726
3726
|
$and: [
|
|
3727
3727
|
{ checklistStatus: 'open' },
|
|
3728
|
-
{ redoStatus:
|
|
3728
|
+
{ redoStatus: true },
|
|
3729
3729
|
],
|
|
3730
3730
|
},
|
|
3731
3731
|
{
|