pkluegl opened a new issue, #110:
URL: https://github.com/apache/uima-ruta/issues/110
**Describe the bug**
Usage of labels within macro action definition is broken. The macro action
overrides the delegated action labels
**To Reproduce**
Exemplary rule:
```
ACTION subject(ANNOTATION diag, ANNOTATION ref, STRING value) =
diag_subject:CREATE(DiagnosisSubject,
"interpretation" = value, "statusReference" = ref),
diag.subject=diag_subject;
```
**Expected behavior**
Labels should work within macro actions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]