Skip to content

Commit

Permalink
Make sure metadata is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Kayacan committed Aug 14, 2024
1 parent 0c13993 commit 0e46daa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/new/metadata-loaded.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
oPrintModel.metadataLoaded().then(function() {
var sKey = oPrintModel.createKey("/FormPdfSet", {
"AssignId": sAssignId
});
window.open(oPrintModel.sServiceUrl + sKey + "/$value");
}.bind(this));

0 comments on commit 0e46daa

Please sign in to comment.