Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Release 4.4.0

Table of contents
  1. Statistics
  2. Breaking Changes
  3. Feature Highlights

Statistics

October 1 2020 - December 31 2020

statistics_4.4.0.png

Breaking Changes

  • Introduced code separation, the customisation project is now required for running the OCG UI project under the Dev mode

Feature Highlights

  • Introduced code separation between core and custom components
  • Introduced event hooks (complementary or overwritten) for code separation
  • Added XPath-builder for building XPath queries through the UI
  • Added XPath-editor for showing XPath-builder bound with an attribute
  • Popup wizard can be created and used for non-creation purpose
  • Added auto-focus directive, which can be used in html to set the focus
  • Uniqueness check can be defined more generally and applied to same attribute with different conditions
  • Values of boolean-editors in creation wizard are automatically set to false at the beginning
  • Editor settings can be cloned in json format
  • Page size of resource-list is now configurable
  • Edit-menu is moved to the top-bar
  • Resource details views (ex. for person, group etc.) are now embedded in a general view (form-view) and are no longer as separat views
  • Tabs in resource details view can be hidden through configuration or coding