Ignore:
Timestamp:
10/11/17 18:44:41 (7 years ago)
Author:
nanardon
Message:

Add attribute to store request id

Location:
trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql
Files:
2 edited

Legend:

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

    r2076 r2114  
    176176            label => l('Hosted'), 
    177177        }, 
     178        requestId => { 
     179            label => l('Request id') 
     180        } 
    178181        previous => { 
    179182            ro => 1, 
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/User.pm

    r2075 r2114  
    14021402                label => l('Hosted'), 
    14031403            }, 
     1404            createRequestId => { 
     1405                label => l('Account Request id') 
     1406            } 
     1407            requestId => { 
     1408                label => l('Request id') 
     1409            } 
    14041410 
    14051411    }; 
     
    14381444    }; 
    14391445 
    1440     foreach (qw(contratType managerContact company endcircuit department hosted 
     1446    foreach (qw(contratType managerContact company endcircuit department hosted requestId 
    14411447                contratTypeHistory employer)) { 
    14421448        $attrs->{$_}{ro} = $employmentro; 
     
    15471553} 
    15481554 
    1549 sub _reported_atributes { qw(contratType endcircuit hosted company employer) } 
     1555sub _reported_atributes { qw(contratType endcircuit hosted requestId company employer) } 
    15501556 
    15511557=head2 applyCurrentEmployment 
Note: See TracChangeset for help on using the changeset viewer.