Skip to content

Latest commit

 

History

History

jquery-34-behavior

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

JQuery 3.4 Behavior Patch

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.18.0.

Integrate into Camunda Webapp

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'
  ]
  // …

License

Use under terms of the Apache License, Version 2.0