html-integrations
html-integrations copied to clipboard
fix(ck5): respect options passed to data controller on set
Description
Make monkey-patched data.set and data.get respect options (and any other arguments that may be added some day)
Closes #885
@jguillen-at-wiris It actually occurred to me that I should switch this to use the event mechanism that CKE5 offers for stuff like this, that keeps it from interfering with other plugins that are also trying to use that mechanism. Just pushed a second commit.
This has been included on our latest release. Check the following Pull Request for more information #958
Thank you for your contribution!