nuxeo-development-framework 1.5.7 → 1.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/nuxeo-development-framework.umd.js +1 -1
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +2 -2
- package/fesm2015/nuxeo-development-framework.js +1 -1
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -19658,7 +19658,7 @@
|
|
|
19658
19658
|
});
|
|
19659
19659
|
}
|
|
19660
19660
|
this.isFetching = false;
|
|
19661
|
-
if (this.correspondance !== undefined
|
|
19661
|
+
if (this.correspondance !== undefined) {
|
|
19662
19662
|
// if we need to check on secrecy level for adding water mark or not
|
|
19663
19663
|
if (this.environment.enableViewerWaterMark && this.secrecyProperty) {
|
|
19664
19664
|
// check for secrecy level befor adding watermark
|