Skip to content

Commit

Permalink
Merge pull request #779 from odisha-muktasoft/UAT-FIX-18
Browse files Browse the repository at this point in the history
UCEM-765 : updated the uicustomization
  • Loading branch information
Tulika-eGov authored Nov 5, 2024
2 parents cd03037 + 90b22ae commit f81f8ce
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ export const UICustomizations = {
if (businessService === businessServiceMap?.["muster roll"]) {
const workflow = {
comments: data?.comments,
documents: data?.documents?.map((document) => {
return {
documentType: action?.action + " DOC",
fileName: document?.[1]?.file?.name,
fileStoreId: document?.[1]?.fileStoreId?.fileStoreId,
documentUid: document?.[1]?.fileStoreId?.fileStoreId,
tenantId: document?.[1]?.fileStoreId?.tenantId,
};
}),
// documents: data?.documents?.map((document) => {
// return {
// documentType: action?.action + " DOC",
// fileName: document?.[1]?.file?.name,
// fileStoreId: document?.[1]?.fileStoreId?.fileStoreId,
// documentUid: document?.[1]?.fileStoreId?.fileStoreId,
// tenantId: document?.[1]?.fileStoreId?.tenantId,
// };
// }),
assignees: data?.assignees?.uuid ? [data?.assignees?.uuid] : null,
action: action.action,
};
Expand Down

0 comments on commit f81f8ce

Please sign in to comment.