Changeset 2181


Ignore:
Timestamp:
01/18/19 15:41:13 (5 years ago)
Author:
nanardon
Message:

Ensure we register all attributes

File:
1 edited

Legend:

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

    r2177 r2181  
    110110        foreach my $otype ($self->list_supported_objects) { 
    111111            my %attrlist = map { $_ => 1 } $self->list_registered_attributes($otype); 
    112             foreach my $attribute ($self->list_canonical_fields($otype, 'r')) { 
     112            foreach my $attribute ($self->list_canonical_fields($otype, 'a')) { 
    113113                my $attr = $self->attribute($otype, $attribute); 
    114114                $attr->{inline} and next; 
Note: See TracChangeset for help on using the changeset viewer.