We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8e560 commit 3b10a3aCopy full SHA for 3b10a3a
cds-plugin.js
@@ -48,8 +48,8 @@ cds.once("served", async () => {
48
const actionName = boundAction.name.split('.').pop();
49
50
// Register for print related handling
51
+ const printer = await cds.connect.to("print");
52
srv.after(actionName, async (results, req) => {
- const printer = await cds.connect.to("print");
53
return printer.print(req);
54
});
55
}
0 commit comments