edoras one - Release Notes

Version 1.5.0.S70


Hello everyone

CLD 1.5.0.S70 of edoras one is now available:
https://confluence.edorasware.com/display/EDWDEV/CLD+1.5.0.S70

In this sprint we added HSQL support for one VIS. HSQL support makes list of our supported DBs longer and longer.

This sprint announced the first step in change of our work object hierarchy. Application is currently parent of case. The root keyword in expression resolvers still points to the case. Java API calls can use OneWorkObjectUtils.getOneRootId(WorkObject workObject) to get the root case.

Functionality added in the sprint release allows to design case models for cases model instances created before CMMN modeler support implementation.

The frontend html can be customized. Menu, header, action panel can be easily removed. User interface of one application can be shown in a div tag instead of the html body. Button group component layout was improved.

Besides the things mentioned above, we have added various small improvements and many fixes.

Regards, edoras one team

High-level Goals

  • VIS HSQL support
  • Making APP parent of cases
  • Support Case Design for already existing case models
  • Allow app html to be used in div
  • Improve button group component layout

Migration Notes

  • Java API call to workObject.getRootId() returns application workobject now. To get the case use OneWorkObjectUtils.getOneRootId().

Limitations

  • None