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
Copy file name to clipboardExpand all lines: apps/OpenSign/src/json/ReportJson.js
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,10 @@ export default function reportJson(id) {
320
320
textColor: "white",
321
321
btnIcon: "fa fa-plus",
322
322
redirectUrl: "placeHolderSign",
323
-
action: "redirect"
323
+
action: "redirect",
324
+
selector: "reactourSecond",
325
+
message:
326
+
"Click the 'Use' button to create a new document from an existing template."
324
327
},
325
328
{
326
329
btnId: "2234",
@@ -329,6 +332,9 @@ export default function reportJson(id) {
329
332
textColor: "black",
330
333
btnIcon: "fa-solid fa-ellipsis-vertical fa-lg",
331
334
action: "option",
335
+
selector: "reactourThird",
336
+
message:
337
+
"Onclick option button you can see options such as Edit & Delete. Use the 'Edit' button to add signer roles, modify fields, and update your template. Changes will apply to all future documents created from this template but won’t affect existing documents.Use the Delete button you can delete template",
0 commit comments