Changes between Version 147 and Version 148 of ReleaseNotes
- Timestamp:
- 11.11.2016 14:44:17 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v147 v148 8 8 9 9 Improvements: 10 * Type definitions can have non-shared parts (**#1021**). 11 * Webclient: the name of a Custom Assoc Type is used for automatic detail panel field labeling in more situations. Resorting to CSS pseudo elements should no longer be required (#1023). 10 12 * The !WebSockets server is configurable by `dm4.websockets.port` and `dm4.websockets.url`. Works in conjunction with the external //DM4 !WebSockets // module (#1019). 11 13 * The Topicmap menu is sorted alphabetically (#1035). … … 13 15 14 16 Bug fixes: 15 * Webclient starts successfully if stale cookies are present (#1017). 16 * Webclient does not throw `undefined is not an object` for multi-valued childs (#1033). 17 * Webclient: 18 * Webclient starts successfully if stale cookies are present (#1017). 19 * The detail panel enforces implicit READ permission for the types of the associations that are rendered in the related-topics-list (#1028). 20 * Webclient does not throw `undefined is not an object` for multi-valued childs (#1033). 21 * Deleting a workspace works (for the first time!) (#898). 22 * Deleting a topicmap which is assigned to a workspace which is not currently selected works (#1018). 23 * Deleting a parent type works also if it has 3 or more child types (#1020). 17 24 * Core: label calculation works for composite child references (#1032.) 18 25 * Files module: the disk quota is off (-1) by default also if DM is started via `feature:install` from Karaf (#812).