citrusframework / citrus-simulator

Standalone simulator for different messaging transports such as Http REST, SOAP WebService, JMS, RMI, mail messaging and more
Apache License 2.0
44 stars 45 forks source link

UI Bug: stuck with Scenario Executions when following filter #258

Closed bbortt closed 4 months ago

bbortt commented 4 months ago

when following one of the Buttons on the Start Page (either "show all/successful/failed simulations"), you're stuck with the selection. you cannot change the order of the table. you cannot navigate the table.

the navigation always follows these steps: 1) click on a row 2) angular changes the URI 3) a listener follows up on this URI change and reloads the data 4) "some component" overrides the URI back to the value it had before 1)

I would expect that 4) does not occur.