Skip to content

Commit 83ba935

Browse files
authored
Fix contributor role validation error message (#54)
Closes #53
1 parent f060ff0 commit 83ba935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/validation/things.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@ var roleFieldValidators = {
307307
"startDate": validateDate,
308308
"endDate": validateDate,
309309

310-
"schema:author": validateActor
310+
"schema:author": validateActor,
311+
"contributor": validateActor
311312
};
312313

313314
var personFieldValidators = {

0 commit comments

Comments
 (0)