Merge pull request #324 from ahdis/oe_sectionmultipleauthors

validation of bundles: allow multiple authors in section
This commit is contained in:
Grahame Grieve 2020-09-01 08:07:15 +10:00 committed by GitHub
commit 5b2429081a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class BundleValidator extends BaseValidator{
NodeStack localStack = stack.push(section, i, null, null);
// technically R4+, but there won't be matches from before that
validateDocumentReference(errors, entries, section, stack, fullUrl, id, false, "author", "Section");
validateDocumentReference(errors, entries, section, stack, fullUrl, id, true, "author", "Section");
validateDocumentReference(errors, entries, section, stack, fullUrl, id, false, "focus", "Section");
List<Element> sectionEntries = new ArrayList<Element>();