Skip to content

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

Merged
enjeck merged 2 commits intomainfrom
bugfix/fix-view-with-removed-column
Apr 11, 2026
Merged

Fix: It is possible to open view with removed column#2449
enjeck merged 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>
Copy link
Copy Markdown
Contributor

@enjeck enjeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks for fixing

@enjeck enjeck merged commit 0b0a7dd into main Apr 11, 2026
65 checks passed
@enjeck enjeck deleted the bugfix/fix-view-with-removed-column branch April 11, 2026 08:05
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.

2 participants