removed call to update case in crm and error logging

This commit is contained in:
2024-04-30 14:37:41 +01:00
parent 923ed0c47d
commit 7976ac9bfb
2 changed files with 17 additions and 13 deletions
+8 -8
View File
@@ -44,13 +44,13 @@ let CompleteAppeal = (props) => {
let updateFormCollection = appTypeCollection.LogicalCollectionName;
let primaryAttribute = appTypeCollection.PrimaryIdAttribute;
updateCase(
incidentId,
updateBody,
updateFormCollection,
primaryAttribute,
props.appealType.caseReference.ticketnumber
);
// updateCase(
// incidentId,
// updateBody,
// updateFormCollection,
// primaryAttribute,
// props.appealType.caseReference.ticketnumber
// );
const reference = "PEDW-COMPLETE";
const templateId = "618e0463-b092-4733-a024-bf8a3bbde808";
@@ -67,7 +67,7 @@ let CompleteAppeal = (props) => {
props.appealType.caseReference.ticketnumber
);
console.log("patching////////");
console.log("patching///////////////");
//
//patchCase(incidentId);
}, [