Ignore:
Timestamp:
03/17/15 18:31:05 (9 years ago)
Author:
nanardon
Message:

backport changes from trunk

Location:
branches/4.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.0

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

    r1225 r1284  
    3232            create  => { ro => 1, inline => 1, }, 
    3333            ip      => { 
     34                notify => 1, 
    3435                multiple => 1, 
    3536                uniq => 1, 
     
    4849            }, 
    4950            macaddr => { 
     51                notify => 1, 
    5052                multiple => 1, 
    5153                uniq => 1, 
     
    5658            }, 
    5759            cname   => { 
     60                notify => 1, 
    5861                multiple => 1, uniq => 1, 
    5962                input => sub { lc($_[0]) }  
    6063            }, 
    61             owner   => {  
     64            owner   => { 
     65                notify => 1, 
    6266                reference => 'user', 
    6367                delayed => 1, 
Note: See TracChangeset for help on using the changeset viewer.