Ignore:
Timestamp:
03/23/15 14:30:59 (9 years ago)
Author:
nanardon
Message:

backport fix

Location:
branches/4.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.0

  • branches/4.0/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/User.pm

    r1294 r1299  
    5151                mandatory => 1, 
    5252                formopts => { length => 7 }, 
    53                 notify => 1, 
    54             }, 
    55             uidnumber => { inline => 1, hide => 1, }, 
     53            }, 
     54            uidnumber => { inline => 1, hide => 1, monitored => 1 }, 
    5655            gidNumber => { 
    57                 notify => 1, 
    5856                inline => 1, 
    5957                iname => 'gidnumber', 
     
    8179                mandatory => 1, 
    8280                reference => 'group', 
     81                monitored => 1, 
    8382            }, 
    8483            exported  => { 
    8584                inline => 1, 
    8685                formtype => 'CHECKBOX', 
    87                 notify => 1, 
     86                monitored => 1, 
    8887            }, 
    8988            locked    => { 
    9089                formtype => 'CHECKBOX', 
    9190                formopts => { rawvalue => 1, }, 
    92                 notify => 1, 
    93             }, 
    94             expire    => { inline => 1, formtype => 'DATE', notify => 1, }, 
     91                monitored => 1, 
     92            }, 
     93            expire    => { inline => 1, formtype => 'DATE', monitored => 1, }, 
    9594            name      => { inline => 1, ro => 1, }, 
    9695            cn        => { 
     
    148147                }, 
    149148                reference => 'user', 
    150                 notify => 1, 
     149                monitored => 1, 
    151150            }, 
    152151            department => { 
     
    155154                    $base->search_objects('group', 'sutype=dpmt') 
    156155                }, 
    157                 notify => 1, 
     156                monitored => 1, 
    158157            }, 
    159158            contratType => { 
     
    162161                    $base->search_objects('group', 'sutype=contrattype') 
    163162                }, 
    164                 notify => 1, 
     163                monitored => 1, 
    165164            }, 
    166165            site => { 
Note: See TracChangeset for help on using the changeset viewer.