VIVO-112: ISF changes relating to vcard classes
This commit is contained in:
parent
0dc3956b09
commit
e739a94222
2 changed files with 26 additions and 14 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue