diff --git a/apps/OpenSign/public/version.txt b/apps/OpenSign/public/version.txt index 565fe9c82..e69de29bb 100644 --- a/apps/OpenSign/public/version.txt +++ b/apps/OpenSign/public/version.txt @@ -1 +0,0 @@ -v1.0.7-beta diff --git a/microfrontends/SignDocuments/src/Component/TemplatePlaceholder.js b/microfrontends/SignDocuments/src/Component/TemplatePlaceholder.js index fa794e82c..87529cece 100644 --- a/microfrontends/SignDocuments/src/Component/TemplatePlaceholder.js +++ b/microfrontends/SignDocuments/src/Component/TemplatePlaceholder.js @@ -937,6 +937,11 @@ const TemplatePlaceholder = () => { role.Id === roleId ? { ...role, Role: roleName } : role ); setSignersData(updatedRoles); + // const updatedSignerPosition = signerPos.map((role) => + // role.Id === roleId ? { ...role, Role: roleName } : role + // ); + // console.log("updatedSignerPosition ", updatedSignerPosition) + // setSignerPos(updatedSignerPosition); } }; @@ -1027,6 +1032,7 @@ const TemplatePlaceholder = () => { height: "1px", backgroundColor: "#9f9f9f", width: "100%", + marginTop: "15px", marginBottom: "15px" }} > diff --git a/microfrontends/SignDocuments/src/Component/component/AddRoleModal.js b/microfrontends/SignDocuments/src/Component/component/AddRoleModal.js index 69c5fb36f..ebb66bad4 100644 --- a/microfrontends/SignDocuments/src/Component/component/AddRoleModal.js +++ b/microfrontends/SignDocuments/src/Component/component/AddRoleModal.js @@ -27,10 +27,10 @@ const AddRoleModal = (props) => { style={{ color: "grey", fontSize: 11, - margin: "2px 0 10px 5px" + margin: "10px 0 10px 5px" }} > - e.g: Account, Hr, Director, Manager, New joinee etc... + e.g: Hr, Director, Manager, New joinee, Accountant, etc...

{ const checkSign = signedSigners.filter( @@ -412,6 +411,9 @@ function RenderPdf({ }} > {pos.isStamp ? "stamp" : "signature"} + {data.Role && (

console.log("pos ", pos)}> + {data.Role} +

)}
)} @@ -579,6 +581,9 @@ function RenderPdf({ {pos.isStamp ? "stamp" : "signature"} + {data.Role && (

console.log("pos ", pos)}> + {data.Role} +

)}
@@ -702,6 +707,9 @@ function RenderPdf({ }} > {pos.isStamp ? "stamp" : "signature"} + {data.Role && (

console.log("pos ", pos)}> + {data.Role} +

)} )} @@ -876,6 +884,9 @@ function RenderPdf({ }} > {pos.isStamp ? "stamp" : "signature"} + {data.Role && (

console.log("pos ", pos)}> + {data.Role} +

)} )} @@ -1058,6 +1069,9 @@ function RenderPdf({ {pos.isStamp ? "stamp" : "signature"} + {data.Role && (

console.log("pos ", pos)}> + {data.Role} +

)}