Ignore:
Timestamp:
12/30/15 13:56:54 (8 years ago)
Author:
nanardon
Message:

Don't display hidden attributes in dump

File:
1 edited

Legend:

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

    r1545 r1565  
    749749        $config->{only_rw} ? 'rw' : 'r')) { 
    750750        my $oattr = ref $self ? $self->attribute($attr) : $base->attribute($otype, $attr); 
     751        if ($oattr->hidden) { next; } 
    751752        if (ref $self) { 
    752753            my $val = $self->get_c_field($attr); 
Note: See TracChangeset for help on using the changeset viewer.