System Filtering not working?

This use to work fine before upgrading to the newest ignition…

runScript(
“system.alert.queryAlertStatus(activeAndUnacked=1, system=‘SQLTags.Yates’, minSeverity=4).rowCount”,
1000
)

The system filtering seems to be ignored best we can tell now…I need alarms separated for who they belong too, but it seems to show all of them for everyone…that is just the script on the button that flashes that notifies them if they have any active alarms. It should only flash for active alarms belonging too…(system=‘SQLTags.Yates’)???