mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-06 11:29:30 +00:00
Fix bad link in response
This commit is contained in:
parent
7155b940fd
commit
d8c8f26e2b
@ -139,7 +139,7 @@ public class ExampleScenarioRenderer extends TerminologyRenderer {
|
|||||||
plantUml.append("activate " + actorKeys.get(op.getReceiver()) + "\r\n");
|
plantUml.append("activate " + actorKeys.get(op.getReceiver()) + "\r\n");
|
||||||
plantUml.append(actorKeys.get(op.getReceiver()) + " --> " + actorKeys.get(op.getInitiator()) + ": ");
|
plantUml.append(actorKeys.get(op.getReceiver()) + " --> " + actorKeys.get(op.getInitiator()) + ": ");
|
||||||
plantUml.append(creolLink("response", "#s_" + prefix, op.getDescription()));
|
plantUml.append(creolLink("response", "#s_" + prefix, op.getDescription()));
|
||||||
plantUml.append(" (" + creolLink("payload", linkForInstance(op.getRequest())) + ")\r\n");
|
plantUml.append(" (" + creolLink("payload", linkForInstance(op.getResponse())) + ")\r\n");
|
||||||
plantUml.append("deactivate " + actorKeys.get(op.getReceiver()) + "\r\n");
|
plantUml.append("deactivate " + actorKeys.get(op.getReceiver()) + "\r\n");
|
||||||
}
|
}
|
||||||
plantUml.append(handleDeactivation(op.getInitiator(), op.getInitiatorActive(), actorsActive, actorKeys));
|
plantUml.append(handleDeactivation(op.getInitiator(), op.getInitiatorActive(), actorsActive, actorKeys));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user