Ignore:
Timestamp:
01/06/17 19:29:28 (8 years ago)
Author:
nanardon
Message:

Cascade refesh to department

File:
1 edited

Legend:

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

    r1916 r1919  
    13261326                    my $otarget = $base->get_object($otype, $target) or next; 
    13271327                    $otarget->refreshRev; 
     1328                    if ($otype eq 'group' && grep { $_ eq 'dpmt' } $otarget->_get_attributes('sutype')) { 
     1329                        $otarget->_update_employment_manager; 
     1330                    } 
    13281331                } 
    13291332            } 
Note: See TracChangeset for help on using the changeset viewer.