Changeset 2332


Ignore:
Timestamp:
01/07/20 18:47:39 (4 years ago)
Author:
nanardon
Message:

Ignore object alias when building list list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Task/Buildlistes.pm

    r1802 r2332  
    8282            foreach my $id (sort $labase->search_objects( 
    8383                    $listcfg->val($list, 'objects', 'user'), 
    84                     $listcfg->val($list, $param),)) { 
     84                    $listcfg->val($list, $param), 
     85                    'oalias=NULL', 
     86                    )) { 
    8587                $ids{$id} = 1; 
    8688            } 
     
    98100            foreach my $id (sort $labase->search_objects( 
    99101                    $listcfg->val($list, 'objects', 'user'), 
    100                     $listcfg->val($list, $param),)) { 
     102                    $listcfg->val($list, $param), 
     103                    'oalias=NULL', 
     104                    )) { 
    101105                delete($ids{$id}); 
    102106            } 
Note: See TracChangeset for help on using the changeset viewer.