Skip to content

Fix: fix export table to csv with deleted options#2357

Merged
enjeck merged 1 commit into
mainfrom
bugfix/fix-export-csv-deleted-options
Mar 4, 2026
Merged

Fix: fix export table to csv with deleted options#2357
enjeck merged 1 commit into
mainfrom
bugfix/fix-export-csv-deleted-options

Conversation

@Koc

@Koc Koc commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

Reproducer:

  1. Create a table with multi-select column (options: a, b, c)
  2. Create a row with options a, c
  3. Delete option c
  4. Export table to csv

Expected result: table exported to csv without removed option
Actual result: there is an error in the console, csv file not created

Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
@Koc Koc requested review from blizzz and enjeck as code owners March 4, 2026 00:06

@enjeck enjeck left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

thx

@enjeck enjeck merged commit 6ac6709 into main Mar 4, 2026
51 of 52 checks passed
@enjeck enjeck deleted the bugfix/fix-export-csv-deleted-options branch March 4, 2026 07:38
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.

3 participants