Query Builder filter bug

Hello Radzen Team!

There is a bug in the query builder that ends up in a broken query. Here's how it's reproduced:

  1. Start with a simple query without parameters.
    image

  2. In the "Create Query" add any filter.
    image

  3. Click "OK" and then "Create Query" again.
    image

  4. Delete the create filter by clicking the "X" button on the right.
    image

  5. After clicking "OK" notice how the filter parameter is still there.
    image

  6. Click "Done" and take a look at the code that has been generated.

  7. The app builds normally and crashes when executes the query.

Had to make a thread for this because I spent a lot of time looking for the cause of this problem.
image

To fix it, just delete the parameter from the Handlers page.
image

Thanks!

We will do our best to provide fix in our next release

1 Like