8.3.6 Perspective Alarms not displaying properly in UI

Currently having an issue with the "Alarm UI" (AlarmStatusTable & AlarmJournalTable). For the most part, our alarms have had no issues, but we've noticed two issues:

  1. The built-in filtering is having priority issues and has trouble showing some alarms when included in the filter. (This may be linked to the "system.alarm.queryStatus" function, as we've seen the same issue using that function) We've found a workaround by querying the database without the priority filters, then having a script filter them out afterwards.
  2. We currently have an alarm journal setup and have a screen for the "AlarmStatusTable" and one for the "AlarmJournalTable." We noticed some alarms (these being "High" priority) missing from the "Alarm UI," but we could find them in the database that the Alarm Journal writes to. Keep in mind, I can see other alarms that are logged in the database, but seem to be missing a few. I've removed the filters to see if that was part of the issue, but that didn't seem to help either. I've noticed this issue before, where we would be missing the alarm, and resetting the enable/disable would make it show back up again, but it doesn't seem to work for these few. I have included screenshots of one such instance of this issue, since this one is of higher priority, especially since we found a workaround for the first issue.