Skip to content

Commit

Permalink
Merge remote-tracking branch
Browse files Browse the repository at this point in the history
'origin/issue/224_QuestionnaireResponseHelperImpl_Wrong_Resource_Type'
into develop
  • Loading branch information
hhund committed Sep 4, 2024
2 parents 4a541d5 + 036328e commit 32241f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ public Type transformQuestionTypeToAnswerType(Questionnaire.QuestionnaireItemCom
public String getLocalVersionlessAbsoluteUrl(QuestionnaireResponse questionnaireResponse)
{
return questionnaireResponse.getIdElement().toVersionless()
.withServerBase(serverBaseUrl, ResourceType.Task.name()).getValue();
.withServerBase(serverBaseUrl, ResourceType.QuestionnaireResponse.name()).getValue();
}
}

0 comments on commit 32241f1

Please sign in to comment.