Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

The

...

owen [1 hour ago]

@julian the Mobileview Disabled flag is due to the mobile options moved under theme setting? should cater for backward compatible like the login page custom html?

julian [1 hour ago]

if possible better lar

 

...

URL seems to be different

...

If you have any (hardcoded) link that points directly to a userview page (e.g. https://magicsamplejoget.cloud.joget.com/jw/web/embed/userview/partnershipsleaveApp/partnershipRegistrationUserviewleaveUV/_/enterpriseEnquiry/applicationInquiry) that is working in Joget Workflow v5. The same link will no longer work in v6. This is due to the upgrade of Spring framework in Joget Workflow v6.

There is double forward slash in the link. We will need to add a (userview key) value in between them (e.g. _ )

The new working link would be https://samplejoget (NEW - After upgrade to v6)
https://magic.cloud.joget.com/jw/web/embed/userview/partnershipsleaveApp/partnershipRegistrationUserviewleaveUV//enterpriseEnquiry (OLD)

julian [1 hour ago]

_/applicationInquiry with an extra underscore in it.

Custom CSS

If you have written any CSS before based on v5, you will need to check again to ensure a consistent look and feel across when upgraded to v6.

Check for Missing Plugin

If you have been using plugins from the marketplace, you may want to check if those custom plugins have been properly loaded into your new installation of Joget Workflow v6.

There are certain plugins that are first made available in the marketplace and have been incorporated into the official bundle of Joget Workflow v6.

These are the non-exhaustive list of plugins that are known:-

  • JDBC Load Binder
  • JDBC Store Binder
  • JDBC Form Options Binder
  • Form JSON POST Tool

Check for Plugins Compatibility

Plugins that have been working fine with Joget Workflow v5 are not always guaranteed to work with newer version. You should test it out by importing your plugins into the newer version and test them out.

Perform Cursory Test

We highly recommend that you spend some time to perform a cursory test on the Joget apps that you have created based on older versions. A quick test can quickly determine if your app is fully compatible with the new Joget Workflow v6. Be sure to check the server log also as it would generate error logs on possible missing/incompatible plugins.@hugo ya haha.. but some very obvious ones like the missing userview key i think is quite obvious lol.. thats caused by the diff spring version i think