Changes between Version 147 and Version 148 of ReleaseNotes


Ignore:
Timestamp:
11.11.2016 14:44:17 (8 years ago)
Author:
jri
Comment:

4.8.4 release notes, pt. 4

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v147 v148  
    88 
    99Improvements: 
     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). 
    1012* The !WebSockets server is configurable by `dm4.websockets.port` and `dm4.websockets.url`. Works in conjunction with the external //DM4 !WebSockets // module (#1019). 
    1113* The Topicmap menu is sorted alphabetically (#1035). 
     
    1315 
    1416Bug 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). 
    1724* Core: label calculation works for composite child references (#1032.) 
    1825* Files module: the disk quota is off (-1) by default also if DM is started via `feature:install` from Karaf (#812).