Last modified: 2012-05-09 01:30:09 UTC
Validation appears not to be working at the details step. When the 'submit' button is clicked, any empty required fields or other fields that fail to pass their own validation criteria should trigger red error messages above the problematic fields. The wizard does seem to be aware that something is wrong because it refuses to go to the next step.
Validation isn't broken, but it can be better aligned with the new layout. Changing it to a non-critical bug, but we still want to do this before 1.0.
Fixed in r83256.
Validation for multiple deeds doesn't seem to be working. * upload multiple files, * then select "pick copyright info individually" at release rights * try to submit details page without filling out deeds, should cause validation errors above deeds, but doesn't. * other validation appears to be working, though.
Nice to have: - if the validator listed the number of errors near the page submit button. - if the total number of errors, and the errors themselves, flashed yellow (and faded to white) every time one pressed submit.
Fixed except for the nice-to-haves in r84216.
Since this is fixed, it's fixed. ;)