Skip to content

[BUGFIX] Do not lose hidden records from localize summary - #768

Merged
achimfritz merged 1 commit into
masterfrom
bugfix/localize-wizard
Aug 13, 2026
Merged

[BUGFIX] Do not lose hidden records from localize summary#768
achimfritz merged 1 commit into
masterfrom
bugfix/localize-wizard

Conversation

@achimfritz

Copy link
Copy Markdown
Contributor

RecordSummaryForLocalization queried tt_content with the default enable-column restrictions, so hidden records were silently excluded.

This broke two cases:

  • A child of a hidden, already-translated container could not be resolved at all: fetchOneRecord() returned null for the hidden container and the listener threw an exception.
  • A hidden top-level element that still needed to be localized was dropped from the summary without any error, so editors never saw it needed translation.

Both queries now only exclude deleted records, keeping hidden/ start-/endtime-disabled records visible to the listener.

RecordSummaryForLocalization queried tt_content with the default
enable-column restrictions, so hidden records were silently excluded.

This broke two cases:
- A child of a hidden, already-translated container could not be
  resolved at all: fetchOneRecord() returned null for the hidden
  container and the listener threw an exception.
- A hidden top-level element that still needed to be localized was
  dropped from the summary without any error, so editors never saw
  it needed translation.

Both queries now only exclude deleted records, keeping hidden/
start-/endtime-disabled records visible to the listener.
@achimfritz
achimfritz requested a review from bmack August 12, 2026 12:23
@achimfritz

Copy link
Copy Markdown
Contributor Author

i think we have to look to workspace behaviour on a seperate task

@achimfritz
achimfritz merged commit 6e69d75 into master Aug 13, 2026
17 checks passed
@achimfritz
achimfritz deleted the bugfix/localize-wizard branch August 13, 2026 07:26
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