allow multiple authors in section

This commit is contained in:
Oliver Egger 2020-08-28 16:43:17 +02:00
parent 78926f207d
commit d7bb306cdc
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>();