Skip to content

Fixes ISSUE-51545: Fixes drop down filter performance issue

In high volume windows, drop down filter results were cleared by subsequent requests. This was solved by including a timestamp in each request and processing only the requests that have a later timestamp if the datasource has been configured to support processing the response of previous requests via the preventResponseOverwrite property.

Try run: https://builds.openbravo.com/job/try-init/2014/console

Edited by Augusto Mauch

Merge request reports