fixed bugs where required fields were not actually required.
This commit is contained in:
parent
084827708f
commit
c7cbbe085f
2 changed files with 7 additions and 2 deletions
|
|
@ -1,2 +1,4 @@
|
|||
insert into webguiVersion values ('5.3.3','upgrade',unix_timestamp());
|
||||
delete from international where internationalId=29 and namespace='DataForm' and languageId=1;
|
||||
insert into international (internationalId,namespace,languageId,message,lastUpdated) values (29,'DataForm',1,'is required',1031515049);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue