Skip to content

Resolve "Error duplicating a database with nested group filters"

What is in this MR

This merge request fixes a bug where it's not possible to duplicate a table with two nested filter groups.

Jul-29-2024_15-32-39

How to test this MR

  • Create a grid view with two nested filter groups.
  • Duplicate the table.
  • Observe that it works as expected.

Merge Request Checklist

  • A changelog entry has been created if required.
  • New/updated Premium/Enterprise features are separated correctly in the premium or enterprise folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Closes #2788 (closed)

Merge request reports