edoras one - Release Notes

Version 1.5.0.S79


Hello everyone

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

Release 1.5.0.S79 brings several new features on the frontend and backend side too. To pick only the most important one, we have to mention:

  • Floating point numbers, negative numbers and formatting support for number component.
  • Init/work form support for process work items. Init form property was moved from VIS model to work item model.
  • isUserInGroup, isUserInGroups, isUserInAllGroups FE expressions extensions.
  • Deeper work items hierarchies allows us to create hierarchies up to 10 levels (instead of 5 levels). We have limited the depth because of performance and data volume reasons.

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

Regards, edoras one team

High-level Goals

  • Support floating point numbers, negative numbers and formatting in number component
  • Support init/work form for process work items
  • Extend FE expressions with isUserInGroup, isUserInGroups, isUserInAllGroups
  • Allow deeper WorkObject hierarchies

Migration Notes

  • The User class is now instantiated with the help of the User.Builder class. The factory methods have been removed.
  • Because of extending work object hierarchies apply DB upgrade script - com/edorasware/gear/core/db/update/edw.gear.${DB}.update.S66.to.S67.sql - part related to the path column.
  • The following classes have been renamed and moved to other packages: CloudConstants -> OneConstants, CloudUtils -> OneUtils and CloudProviderHelper -> OneProviderHelper, OneException

Limitations

  • None