You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am attempting to get Geta.Tags 4 and SiteAttention 5 working in the same Episerver site.
Unfortunately, both of these two add-ons include different versions of jQuery as a client resources dependency. And the versions are conflicting with each other.
@DrewNull we haven't tested with another jQuery version. You could try to unzip the file in the _protectedModules folder and see what happens if you reference 1.4.4. However, it's just a short term solution. I don't think we will downgrade jQuery in the package itself and honestly not sure if there is a solution in Episerver to support multiple jQuery versions.
Pat, I got around the collision by unzipping the module file, bundling the contents into a single file--jQuery, tag-it, and the custom JS--and using jQuery.noConflict() in case jQuery gets loaded by another add-on first.
@patkleef Did you get around to look at this? We have the same problem. I guess I will fix it for now with the same method as DrewNull, but the optimal fix is ofc in this repository :)
Hi,
I am attempting to get Geta.Tags 4 and SiteAttention 5 working in the same Episerver site.
Unfortunately, both of these two add-ons include different versions of jQuery as a client resources dependency. And the versions are conflicting with each other.
Here is what happens:
Screenshot of what is happening:
Is there any way to resolve this conflict?
The text was updated successfully, but these errors were encountered: