Closed Moggers closed 11 years ago
If someone could have a mess around with the the datepicker @ /LMS/Borrowers/Edit/1 and see if you can get it to crash, that'd be cool.
Thanks, Matthew
DatePicker works ok since it has default value. Barcode now is accepted empty string and notunique which is not what required I guess. Email - once accepted empty string, then was checking for unique values.
Thanks Anzhelika, I'll fix those.
On Wed, May 22, 2013 at 5:22 PM, AnzhelikaKlev notifications@github.comwrote:
DatePicker works ok since it has default value. Barcode now is accepted empty string and notunique which is not what required I guess. Email - once accepted empty string, then was checking for unique values.
— Reply to this email directly or view it on GitHubhttps://github.com/AnzhelikaKlev/alis-ef-code-1st/pull/30#issuecomment-18266545 .
Oky doky, she should be good now.
Sure thing Bill, cheers, you mean the string == "" comparisons?
Fixes up some validation, moved validation function for the email's unique constraint to the repository, and more importantly datepickers are made readonly, they can only be interacted with using the calender control.