Hello.
In NPM 11.5 with the new web based alerts what's the scope of "Show list" that appears under the "scope of alert" section? The way the UI is displayed suggests that when you click "Show list" it should only show objects for the scope of the alert. But it's actually taking in to account the trigger condition too.

In the above example I'm expecting that when I click on "Show list" it should show node objects that match the "All objects where" condition. But it's also evaluating the trigger condition. So I'm unable to test the scope, unless I clear the trigger condition first.
If this is expected the UI probably needs to be changed because to me when I click "Show list" I'm expecting only the alert scope to be evaluated. But this seems more like a bug?