Affiliation mandatory, OJS 3.0.1.0

I added line in lib/pkp//pkp/controllers/grid/users/author/form/AuthorForm.inc.php
$this->addCheck(new FormValidator($this, ‘affiliation’, ‘required’, ‘form.affiliationRequired’));
and in lib/pkp/templates/controllers/grid/users/author/form/authorForm.tpl
I added line affiliationRequired=true
after countryRequired=true
But I still do not have affiliation marked as mandatory.
Please advise.
Thanks

1 Like