Ignore:
Timestamp:
03/01/13 13:56:51 (11 years ago)
Author:
alexandrecorreia
Message:

Ticket #2507 - Adicionado o cadastro dos seguintes campos datanascimento,city,st,sexo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/restclient_new/js/resources.js

    r7883 r7933  
    276276                        accountRg                       :["text", "enabled", "string", true, "", "RG do usuário"], 
    277277                        accountRgUf             :["text", "enabled", "string", true, "", "UF"], 
     278                        accountBirthDate        :["text", "enabled", "string", true, "", "Data de aniversário do usuário. Máscara padrão DD/MM/AAAA"], 
     279                        accountSex                      :["text", "enabled", "string", true, "", "Sexo"], 
     280                        accountCity                     :["text", "enabled", "string", true, "", "Cidade"], 
     281                        accountSt                       :["text", "enabled", "string", true, "", "Estado"], 
    278282                        accountDescription  :["text", "enabled", "string", true, "", "Descrição do usuário"] 
    279283                } 
Note: See TracChangeset for help on using the changeset viewer.