Ignore:
Timestamp:
11/06/19 20:48:50 (5 years ago)
Author:
nanardon
Message:

Add link to dup objects

File:
1 edited

Legend:

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

    r2291 r2292  
    4141                            'user', 
    4242                            'givenName~' . $info->{contents}{givenName}, 
    43                             'sn~' . $info->{contents}{sn} ) ) { 
    44                         $info->{warning} = l('A user having same name already exists: %s', join(', ', @objs)); 
     43                            'sn~' . $info->{contents}{sn}, 
     44                            'oalias=NULL' ) ) { 
     45                        $info->{duplicates} = \@objs; 
    4546                    } 
    4647                } 
Note: See TracChangeset for help on using the changeset viewer.