Skip to content

Commit

Permalink
gh-53 Fix contributor role validation error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hjonin committed Jul 15, 2024
1 parent f060ff0 commit 2741272
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/validation/things.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ var roleFieldValidators = {
"startDate": validateDate,
"endDate": validateDate,

"schema:author": validateActor
"schema:author": validateActor,
"contributor": validateActor
};

var personFieldValidators = {
Expand Down

0 comments on commit 2741272

Please sign in to comment.