VIVO-112: ISF changes relating to vcard classes

This commit is contained in:
tworrall 2013-09-18 11:34:32 -04:00
parent 0dc3956b09
commit e739a94222
2 changed files with 26 additions and 14 deletions

View file

@ -144,7 +144,7 @@ var customForm = {
// Put this case first, because in edit mode with
// validation errors we just want initFormFullView.
// if ((!this.supportEdit) && (this.editMode == 'edit' || this.editMode == 'repair')) {
if (this.editMode == 'edit' || this.editMode == 'repair') {
if (this.editMode == 'edit' || this.editMode == 'repair' || this.editMode == 'error') {
this.initFormWithValidationErrors();
}
else if (this.findValidationErrors()) {