Chore: remove a console log statement and update a console error message prefix.
This commit is contained in:
parent
bff3b53fcb
commit
6272b9df6f
@ -4,8 +4,6 @@ import { patch } from "@web/core/utils/patch";
|
|||||||
import { PDFIframe } from "@sign/components/sign_request/PDF_iframe";
|
import { PDFIframe } from "@sign/components/sign_request/PDF_iframe";
|
||||||
import { SignablePDFIframe } from "@sign/components/sign_request/signable_PDF_iframe";
|
import { SignablePDFIframe } from "@sign/components/sign_request/signable_PDF_iframe";
|
||||||
|
|
||||||
console.log("Sign Image Field: Initializing stateless CSS-forced visibility patches...");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stateless Bridge Restoration & Universal Force-Show
|
* Stateless Bridge Restoration & Universal Force-Show
|
||||||
* Odoo re-uses and hides iframes when switching between multiple documents in one session.
|
* Odoo re-uses and hides iframes when switching between multiple documents in one session.
|
||||||
@ -202,7 +200,7 @@ patch(PDFIframe.prototype, {
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("[Odoo PDF Fix] Error during refreshSignItemsForPage:", error);
|
console.error("Sign Image Field: Error during refreshSignItemsForPage:", error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user