Jon Bartels
Jon Bartels
https://github.com/nextgenhealthcare/connect/issues/5287 This was filed by a nextgen engineer and is triaged and linked to an internal issue.
https://github.com/nextgenhealthcare/connect/issues/5171 must be fixed first. Once #5171 is fixed then this implementation becomes trivial as there is a plugin point for it already.
This works on the dashboard at https://github.com/jonbartels/mirth-connect-dashboard-count . The channel view doesnt work due to #5171
I agree that this is a timeout or connectivity issue. 1. How long does the reader query take to run from a regular DB console? 2. Aggregate results is set...
How many rows is that query returning?
I tried "display first" This might be solvable but I suspect its got something hardcoded for the first column or index order. It may also be expecting the Image renderer...
Is the message view table in MC pluggable like the Channel List view and Dashboard List views are? I looked and I don't think it is. If I am wrong...
The megathread at https://github.com/nextgenhealthcare/connect/discussions/4689 may be relevant in that some strategies to manage source and concurrent development are discussed there. There is no magic solution... yet. Related issues with similar...
A user in Slack had the same issue - https://mirthconnect.slack.com/archives/C02SW0K4D/p1652878052307989 This issue is probably similar to https://github.com/nextgenhealthcare/connect/discussions/4638 Do an export from the MC GUI then go look at Events. It...
[BUG] "Reload Resource" button does not update library file if the library file name has not changed
What is the minimum way to reproduce this problem? Create a JAR with a simple `public void getFoo()` method that returns a string. Test that in a channel. Then recompile...