GF#21004: fixed values for complex types
This commit is contained in:
parent
c3bc29f06a
commit
bce35251f3
|
@ -3817,6 +3817,9 @@ private boolean isAnswerRequirementFulfilled(QuestionnaireItemComponent qItem, L
|
|||
checkPrimitive(hostContext, errors, ei.path, type, ei.definition, ei.element, profile);
|
||||
} else {
|
||||
// checkNonPrimitive(appContext, errors, ei.path, type, ei.definition, ei.element, profile);
|
||||
if (ei.definition.hasFixed()) {
|
||||
checkFixedValue(errors,ei.path, ei.element, ei.definition.getFixed(), ei.definition.getSliceName(), null);
|
||||
}
|
||||
}
|
||||
if (type.equals("Identifier")) {
|
||||
checkIdentifier(errors, ei.path, ei.element, ei.definition);
|
||||
|
|
Loading…
Reference in New Issue