Changeset 2431


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

Don't return object alias in group

File:
1 edited

Legend:

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

    r2256 r2431  
    6565                        join "group" on "group".ikey = group_attributes.okey 
    6666                        join "user" on "user".name = group_attributes.value 
    67                         where "group".name = ? and attr = ? 
     67                        where "group".name = ? and attr = ? and "user".oalias is NULL 
    6868                        } . 
    6969                        ($self->base->{wexported} ? '' : 'and "user".exported = true') 
Note: See TracChangeset for help on using the changeset viewer.