Skip to content

Commit

Permalink
Fixed tests #1025
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 19, 2024
1 parent a53baf2 commit e704291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class MetadataController {
}
else {
// Legacy support
model = metadataService.getOutputDataModel(outputName)
model = metadataService.getOutputDataModelByName(outputName)
if (expandList && expandList == 'true') {
annotatedModel = metadataService.annotatedOutputDataModel(outputName, true)
} else {
Expand Down

0 comments on commit e704291

Please sign in to comment.