Skip to content

Commit 7c85593

Browse files
authored
Fix Status Not Displaying in Message Filter within Events UI (#251)
Signed-off-by: gibson9583 <cgibson@outlook.com>
1 parent 79a7c23 commit 7c85593

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

server/src/com/mirth/connect/model/MessageFilterToStringStyle.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ protected void appendDetail(StringBuffer buffer, String fieldName, Collection<?>
4141
}
4242
}
4343
buffer.append("]");
44+
} else {
45+
super.appendDetail(buffer, fieldName, coll);
4446
}
4547
}
4648
}

0 commit comments

Comments
 (0)