Fixes the relationship call in the query to get the AdditionalCriteriaAssessment data for the Additional Criteria Assessment front-end.
The Vue component uses "principle" as the name of the relationship (to harmonise with PrincipleAssessment). So to display the linked scoreTags we need to use principle.scoreTag not additionalAssessment.scoreTag.
fixes #141.
Fixes the relationship call in the query to get the AdditionalCriteriaAssessment data for the Additional Criteria Assessment front-end.
The Vue component uses "principle" as the name of the relationship (to harmonise with PrincipleAssessment). So to display the linked scoreTags we need to use
principle.scoreTag
notadditionalAssessment.scoreTag
.