Changeset 2410


Ignore:
Timestamp:
06/23/20 00:45:48 (4 years ago)
Author:
nanardon
Message:

Fix: compute attribute after object creation

Location:
trunk/LATMOS-Accounts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/Changes

    r2409 r2410  
    1414    - add groupOfnames object support for LDAP 
    1515    - always try to create missing object in destination (regardless recent changes) 
     16    - Fix: dynamics attributes not properly compute after object creation 
    1617 
    17186.1.1 
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/objects.pm

    r2394 r2410  
    438438    } 
    439439 
     440    $obj->PostSetAttribute; 
     441 
    440442    my @parents = $obj->ParentObject; 
    441  
    442443    foreach my $pobj (@parents) { 
    443444        $pobj->PostSetAttribute; 
Note: See TracChangeset for help on using the changeset viewer.