Changeset 2430


Ignore:
Timestamp:
07/03/20 09:49:34 (4 years ago)
Author:
nanardon
Message:

Really fix attributes constraint check during synchronisation

Location:
trunk/LATMOS-Accounts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/Changes

    r2414 r2430  
     16.1.2.1 
     2    - Fix attribute constraint check during synchronisation 
     3 
    146.1.2 
    25    # WARNING: database schema need to be upgraded 
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases.pm

    r2429 r2430  
    10681068        my $destattr = $self->attribute( $srcobj->type, $_ ) or next; 
    10691069        $attr->readable or next; 
     1070        $destattr->ro and next; 
    10701071        if (! $options{onepass}) { 
    10711072            if ($options{firstpass}) { 
Note: See TracChangeset for help on using the changeset viewer.