Skip to content

Commit

Permalink
Update DemoDialogProcess.p.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-bb authored Aug 27, 2024
1 parent 475e660 commit 3b80b76
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@
"code" : [
"import ch.ivyteam.ivy.RtfFactory.ExportFromCms;",
"import ch.ivyteam.ivy.RtfFactory.RtfExpander;",
"RtfExpander.sendExpandedRtfFile(ExportFromCms.export(\"document-template\", \"rtf\"), in);",
"",
"ivy.log.debug(\"by \"+ivy.session.getSessionUserName());"
"RtfExpander.sendExpandedRtfFile(ExportFromCms.export(\"document-template\", \"rtf\"), in);"
]
}
},
Expand All @@ -97,4 +95,4 @@
"at" : { "x" : 368, "y" : 248 }
}
} ]
}
}

0 comments on commit 3b80b76

Please sign in to comment.