- Issue created by @rominronin
- 🇦🇹Austria rominronin Vienna
This patch simply removes the breaking js from the module (we will revisit it later, since it's necessary for the sidekick chat feature to be content aware).
While working on 3479540 🐛 Alt text generation not working 100% Active , I noticed that the sidekick.js file breaks a lot of ajax functionality.
I think the initial intent of the code it contains was to provide the sidekick chat popup with up-to-date edit form contents, for context.
But that functionality doesn't work right now (I don't know if it ever did), and with the js file enabled, several other issues are caused, like breaking of the image/file upload workflow (and probably other ajax functionality).
I think we should temporarily remove it (and possibly disable the sidebar/popup chat feature altogether) and release a second beta, until we can get that integration working as planned.
Active
2.0
Code
This patch simply removes the breaking js from the module (we will revisit it later, since it's necessary for the sidekick chat feature to be content aware).