Changes between Version 148 and Version 149 of ReleaseNotes
- Timestamp:
- 11.11.2016 15:10:22 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v148 v149 22 22 * Deleting a topicmap which is assigned to a workspace which is not currently selected works (#1018). 23 23 * Deleting a parent type works also if it has 3 or more child types (#1020). 24 * Changing a type's Data Type when instances already exists works (#1008). 25 * An update-association operation is rejected if it would result in an association doublet (#1009). 26 * If tried to delete a type by a generic delete-topic operation the operation is rejected (#1011). 24 27 * Core: label calculation works for composite child references (#1032.) 25 28 * Files module: the disk quota is off (-1) by default also if DM is started via `feature:install` from Karaf (#812). … … 30 33 * Core API: The `TypeModel`'s setLabelConfig() method returns the `TypeModel` itself in order to support chaining (#941). 31 34 * Core API: An update-type request is not required to contain a data type when the data type doesn't change (#1025). 35 * Webclient: there is a js.cookieValue() utility method (#941). 32 36 33 37 ----