Skip to content

Fix: It is possible to open view with removed column#2449

Open
Koc wants to merge 2 commits intomainfrom
bugfix/fix-view-with-removed-column
Open

Fix: It is possible to open view with removed column#2449
Koc wants to merge 2 commits intomainfrom
bugfix/fix-view-with-removed-column

Conversation

@Koc
Copy link
Copy Markdown
Contributor

@Koc Koc commented Apr 6, 2026

This PR aims to fix next bugs:

Removal of the column that visible in view

  1. Create a table with few columns
  2. Create a view for that table, select all columns to display
  3. Remove 2nd column from the table

Expected result: it is possible to open view
Actual result: there is an error

🖼️ Screeenshoots

Before After
image image

Removal of the column that was used in filters

  1. Create a table with few columns
  2. Create a view for that table, filter by some column
  3. Remove column used in filter from the table

Expected result: it is possible to open view, filter for removed column not applicable (we can see all rows)
Actual result: there is an error

🖼️ Screeenshoots

Before After
image image

Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
@Koc Koc marked this pull request as ready for review April 6, 2026 00:02
@Koc Koc requested review from blizzz and enjeck as code owners April 6, 2026 00:02
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant