allow date selection for birth date
This commit is contained in:
parent
fd7dd21935
commit
c8f8f40757
1 changed files with 1 additions and 0 deletions
|
|
@ -609,6 +609,7 @@ delete from help where helpId=67 and namespace='WebGUI';
|
|||
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (67, 'WebGUI', 968, 969, '65,WebGUI;');
|
||||
delete from help where helpId=4 and namespace='DataForm';
|
||||
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (4, 'DataForm', 88, 89, '1,DataForm;');
|
||||
update userProfileField set dataType='date' where fieldName='birthdate';
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue