Skip to content

PageWithTable: fix error on drill-down to JS page with search required#2132

Open
bschwarzent wants to merge 1 commit intoreleases/26.1from
features/bsh/26.1/457043_fix_reset_table_data
Open

PageWithTable: fix error on drill-down to JS page with search required#2132
bschwarzent wants to merge 1 commit intoreleases/26.1from
features/bsh/26.1/457043_fix_reset_table_data

Conversation

@bschwarzent
Copy link
Copy Markdown
Member

If a JS table page is marked with searchRequired=true and the user activates it with a double click on the corresponding row in the parent node's detail table, an error occurred in _resetTableData(), because the detail table was not yet created. This has been fixed by calling ensureDetailTable() before calling _resetTableData().

457043

@bschwarzent bschwarzent self-assigned this Apr 7, 2026
@bschwarzent bschwarzent requested a review from fschinkel April 7, 2026 11:36
Comment thread eclipse-scout-core/src/desktop/outline/pages/PageWithTable.ts
If a JS table page is marked with searchRequired=true and the user
activates it with a double click on the corresponding row in the parent
node's detail table, an error occurred in _resetTableData(), because
the detail table was not yet created. This has been fixed by calling
ensureDetailTable() before calling _resetTableData().

457043
@bschwarzent bschwarzent force-pushed the features/bsh/26.1/457043_fix_reset_table_data branch from d39f10e to bc74b5a Compare April 9, 2026 08:34
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