rep defect 21
This commit is contained in:
@@ -77,13 +77,14 @@ export const getSearchDetails = async (searchResultsObj) => {
|
||||
let formMeta = getFormCollectionByID(
|
||||
searchDetail.pinswg_appealcasetype
|
||||
);
|
||||
console.log(
|
||||
"------------------- Details: ",
|
||||
formMeta.LogicalCollectionName,
|
||||
searchDetail.title,
|
||||
formMeta.PrimaryIdAttribute,
|
||||
searchDetail.incidentid
|
||||
);
|
||||
// console.log(
|
||||
// "------------------- Details: ",
|
||||
// formMeta.LogicalCollectionName,
|
||||
// searchDetail.title,
|
||||
// formMeta.PrimaryIdAttribute,
|
||||
// searchDetail.incidentid,
|
||||
// searchDetail.pinswg_appealcasetype
|
||||
// );
|
||||
|
||||
if (searchDetail.pinswg_appealcasetype == null) {
|
||||
detailsArr.push(
|
||||
|
||||
Reference in New Issue
Block a user