Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG:T13] Hide translation not correctly processed #4103

Open
Tracked by #3995
dkd-kaehm opened this issue Jul 9, 2024 · 0 comments
Open
Tracked by #3995

[BUG:T13] Hide translation not correctly processed #4103

dkd-kaehm opened this issue Jul 9, 2024 · 0 comments

Comments

@dkd-kaehm
Copy link
Collaborator

dkd-kaehm commented Jul 9, 2024

Issues in this process:

  • Integration-test GarbageCollectorTest::queueItemStaysWhenOverlayIsSetToHidden does not test that really
    Even if test is successful, in BE the index queue item was removed
  • The process is currently wrong on changing translated page to "hide":
    1. removes the Translation from Index (OK)
    2. does not remove the index queue item for original page (OK)
    3. does not queue the index queue item for indexing (BUG)
      This leads to missing index for translation if "fallback"-mode is active(until the origianal page is changed or Re-Index is triggered)

Each action MUST queue the "index queue item" (set tx_solr_indexqueue_item.indexed = 0), to go through whole EXT:solr processing.

@dkd-kaehm dkd-kaehm changed the title [BUG:T13] Hide translation does not work correctly [BUG:T13] Hide translation not correctly prozessed Jul 10, 2024
@dkd-kaehm dkd-kaehm changed the title [BUG:T13] Hide translation not correctly prozessed [BUG:T13] Hide translation not correctly processed Jul 10, 2024
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

No branches or pull requests

1 participant