You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The refresh measure processing incorrectly sets dependencies (relatedArtifact.where(type = 'depends-on')) in the Measure itself, but those should only be reported in the contained module definition library.
The refresh measure processing incorrectly sets dependencies (relatedArtifact.where(type = 'depends-on')) in the Measure itself, but those should only be reported in the contained module definition library.
To address this issue, remove this line:
https://github.com/cqframework/cqf-tooling/blob/master/src/main/java/org/opencds/cqf/tooling/measure/MeasureRefreshProcessor.java#L37
The text was updated successfully, but these errors were encountered: