This example enables JQuery 3.4 behavior in the Camunda Webapps 7.15+ . It makes use of the customScript
property of the webapp configurations.
You can read more about the JQuery 3.5 release in the JQuery release blog.
Built and tested against Camunda Platform version 7.16.0
.
We use Tasklist as an example. If you need this fix for Cockpit or Admin, simply adjust the paths.
Copy the jquery-patch.js
file into the app/tasklist/scripts/
folder in your Camunda webapp distribution. For the Tomcat distribution, this would be server/apache-tomcat-X.X.XX/webapps/camunda/app/tasklist/scripts/
.
Add the following content to the customScripts
object in the app/tasklist/scripts/config.js
file:
// …
customScripts: [
'scripts/jquery-patch'
]
// …
Use under terms of the Apache License, Version 2.0