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

simulator UI infinity loop fix #264

Closed bbortt closed 4 months ago

bbortt commented 4 months ago

merge query params with existing ones, so page does not flick back to old params when navigating with filters.

also found a bug in the backend while clicking throught the UI. the whole pagination object was passed to the subsequent query, instead of only the sorting parameter.

closes #258.