Skip to content

v28.0

Release date: Januar 2023

Breaking Changes

  • none yet

clientProperties access from JS functions no longer possible

  • JavaScript functions in the configuration (e.g. attributeControl or validation) can no longer access the clientProperties. To get access to the config from the clientProperties the parent can be used.

Sample

// OLD
tree.clientProperties.hidden

// NEW
tree.hidden

Indexer activates new Index after successful build

During building an index via indexer the existing index can still be used. And the existing index is only removed after the new one is build successfully. So the downtime of an index is very reduced.

Changelog

  • New menu action added to execute JavaScript directly (see here)
  • File link can be shown in list items
  • "isChanged" and "isChangedForName"-Function can be used in attributeControl and validation. isChanged
  • "dynamicConstraint" can be used to add a constraint from the database. The constraint must be chosen on the mobile root list. dynamicConstraint