Changes between Version 156 and Version 157 of ReleaseNotes


Ignore:
Timestamp:
06.03.2017 18:34:09 (8 years ago)
Author:
jri
Comment:

4.8.6 release notes, revision 1

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v156 v157  
    1313Bug fixes: 
    1414* Core fix: editing a single assoc def does not change assoc def order accidentally (#1064). 
    15 * A programmatically created topic/assoc type gets a default view config in case no one is set in the migration (#1060). A migration that repairs existing types is provided. 
     15* A programmatically created topic/assoc type (via JSON migration) gets a default view config in case no one is set in the migration (#1060). A migration that repairs existing types is provided. 
    1616* Webclient: 
    1717    * Also an "old" bug regarding editing the assoc def's underlying assoc directly is now fixed (#906). 
     
    2323    * "Label Config" concept dropped. Core API changes. Migration format changes (ticket:1063#comment:3). 
    2424    * assoc def model factory API: 1 method signature changed, 1 method dropped (ticket:1063#comment:2). 
    25 * "Include in Label" 
    26     * Fix: setting an assoc def's "Include in Label" flag programmatically works (#1062). 
    27     * When creating an assoc def programmatically you can pass an "Include in Label" flag (#1063). 
    28     * All assoc defs have a "Include in Label" child topic now. A "repairing" DB migration is provided (#1061). 
     25* Bug fixes: 
     26    * Programmatically created assoc defs (via Core API) have a "Include in Label" child topic. A "repairing" DB migration is provided (#1061). 
     27    * Setting an assoc def's "Include in Label" flag programmatically (via Core API) works (#1062). 
     28* When creating an assoc def programmatically (via Core API) you can pass an "Include in Label" flag (#1063). 
    2929* Core: 2 new pre-create-type events (#1067). 
    3030* 4 new convenience methods in `Association` interface (ticket:941#comment:35).