Changes between Version 38 and Version 39 of Document/Development/Design/LdapBackend

Show
Ignore:
Timestamp:
11/05/08 11:39:17 (5 years ago)
Author:
jgarcia@… (IP: 88.26.177.14)
Comment:

selectOptions() method removed

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Design/LdapBackend

    v38 v39  
    249249  
    250250 * '''Stuff done''' 
    251    * Fixed issue when you have an enabled field and also set to true the enableProperty 
     251   * Fixed issue when you have an enabled field and also set to true the enableProperty. 
    252252   * Refactored notify related methods to another file (''DataTable/Notificator.pm''), ''DataTable.pm'' inherit from it. 
     253   * Removed ''selectOptions()'' method because it was deprecated. 
    253254 * '''Tips''' 
    254    * ''$self->{'directory'}'' is going to be ''$self->{'dn'}'' (the full ''dn'', not the concrete ''rdn'' of the instance) 
     255   * ''$self->{'directory'}'' is going to be ''$self->{'dn'}'' (the full ''dn'', not the concrete ''rdn'' of the instance). 
    255256   * ''ldapmodule'' replaces ''gconfmodule'' and it'll work with EBox::Ldap perl module at ''low level''. 
    256257   * ''addTypedRow()'' and ''addRow()'' not longer support an ''id'' named parameter (Although they continue to return the ''id'' of the new row created).