Ignore:
Timestamp:
May 31, 2014, 11:53:31 PM (10 years ago)
Author:
chronos
Message:
  • Upraveno: ICQ kontakty převedeny z tabulky uživatelů do tabulky Kontakty.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/User.php

    r650 r662  
    558558        'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''),
    559559        'PhoneNumber' => array('Type' => 'String', 'Caption' => 'Telefón', 'Default' => ''),
    560         'ICQ' => array('Type' => 'String', 'Caption' => 'ICQ', 'Default' => ''),
    561560      ),
    562561    ));
     
    598597        'RegistrationTime' => array('Type' => 'DateTime', 'Caption' => 'Čas registrace', 'Default' => ''),
    599598        'Locked' => array('Type' => 'Boolean', 'Caption' => 'Uzamčen', 'Default' => ''),
    600         'ICQ' => array('Type' => 'String', 'Caption' => 'ICQ', 'Default' => ''),
    601599        'PhoneNumber' => array('Type' => 'String', 'Caption' => 'Telefon', 'Default' => ''),
    602600        'UserRel' => array('Type' => 'TUserCustomerRelListUser', 'Caption' => 'Přístup k zákazníkům', 'Default' => ''),
    603601        'Permission' => array('Type' => 'TPermissionUserAssignmentListUser', 'Caption' => 'Oprávnění', 'Default' => ''),
     602        'Contatcs' => array('Type' => 'TContactListUser', 'Caption' => 'Kontakty', 'Default' => ''),
    604603      ),
    605604    ));
Note: See TracChangeset for help on using the changeset viewer.