Add validation

This commit is contained in:
bfederle 2012-02-07 12:43:42 -08:00
parent e30c346017
commit 0998cc248e
1 changed files with 2 additions and 2 deletions

View File

@ -906,8 +906,8 @@
createForm: {
desc: 'Please enter the token that you were given in your invite e-mail.',
fields: {
projectid: { label: 'Project ID' },
token: { label: 'Token' }
projectid: { label: 'Project ID', validation: { required: true }},
token: { label: 'Token', validation: { required: true }}
}
},
action: function(args) {