mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 09:29:13 +00:00
fix rendering issue in subscription topic
This commit is contained in:
parent
d129256742
commit
8d826aba44
@ -87,7 +87,7 @@ public class SubscriptionTopicRenderer extends ResourceRenderer {
|
|||||||
renderTable(td, x);
|
renderTable(td, x);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (st.hasResourceTrigger()) {
|
if (st.hasEventTrigger()) {
|
||||||
TableData td = new TableData("Event Triggers");
|
TableData td = new TableData("Event Triggers");
|
||||||
for (SubscriptionTopicEventTriggerComponent rt : st.getEventTrigger()) {
|
for (SubscriptionTopicEventTriggerComponent rt : st.getEventTrigger()) {
|
||||||
TableRowData tr = td.addRow();
|
TableRowData tr = td.addRow();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user