Ignore:
Timestamp:
06/19/19 10:52:53 (5 years ago)
Author:
nanardon
Message:

Fix otheraddress attribute issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/User.pm

    r2262 r2264  
    10701070            otheraddress => { 
    10711071                ro => 1, 
    1072                 auto => 1, 
    1073             }, 
    1074             _otheraddress => { 
    1075                 ro => 1, 
    1076                 hide => 1, 
     1072                multiple => 1, 
    10771073                reference => 'address', 
    10781074                get => sub { 
     
    11111107                }, 
    11121108            }, 
    1113             postalAddress => { auto => 1 }, 
     1109            postalAddress => { 
     1110                auto => 1, 
     1111            }, 
    11141112            _postalAddress => { 
    11151113                hide => 1, 
Note: See TracChangeset for help on using the changeset viewer.