You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// console.log('response for tablePacket', JSON.stringify(tablePacket));
68
+
console.log('doFastLoad: response for ',table);
69
+
// console.log('doFastLoad: response for tablePacket', JSON.stringify(tablePacket));
67
70
if(tablePacket){
68
71
const{ tableJSON }=tablePacket;
69
-
if(table==='TaskDefinition'){
70
-
console.log('November 16, 2025: Need to manually insert a boolean field into the TaskDefinition table in order for that table to fast load, the field (which is only on the production sever, and not in the code) is "statusOfferDecisionNeededSetFalse"');
71
-
}
72
+
// if (table === 'TaskDefinition') {
73
+
// console.log('doFastLoad: November 16, 2025: Need to manually insert a boolean field into the TaskDefinition table in order for that table to fast load, the field (which is only on the production sever, and not in the code) is "statusOfferDecisionNeededSetFalse"');
0 commit comments