Ignore:
Timestamp:
01/03/17 23:34:54 (8 years ago)
Author:
nanardon
Message:

Add cache for object alias, then allow search trought them

File:
1 edited

Legend:

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

    r1872 r1907  
    203203            return; 
    204204        }; 
     205        $refotype eq $otype or do { 
     206            $self->log(LA_DEBUG, "Oalias %s (%s): Attribute does not reference same object type", 
     207                $otype, $oalias, $refotype); 
     208            return; 
     209        }; 
    205210        my $robj = $self->get_object($aliasotype, $aliasoname) or do { 
    206211            $self->log(LA_DEBUG, "Oalias %s (%s): can fetch object %s/%s", 
Note: See TracChangeset for help on using the changeset viewer.