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] Page won't be added back to queue after recovery #4236

Open
danielbalado opened this issue Nov 28, 2024 · 2 comments
Open

[BUG] Page won't be added back to queue after recovery #4236

danielbalado opened this issue Nov 28, 2024 · 2 comments

Comments

@danielbalado
Copy link

I've noticed that when I recover a page from the recycler, it is not added back to the indexing queue unless I make some changes to it (e.g. disable and enable). This could be due to the fact that TYPO3 does not change the tstamp of the page after a recovery, so probably no events are triggered either.

Steps to reproduce the behavior:

  1. delete a page
  2. recover it from the recycler
  3. Page is not added to the queue
  • TYPO3 Version: [12.4.23]
  • EXT:solr Version: [12.0.5]
@dkd-kaehm
Copy link
Collaborator

How does EXT:recycler restore the records? Plain SQL or via TCE?

@danielbalado
Copy link
Author

Apparently with TCE->process_cmdmap(). The command looks like this: $cmd[$table][$uid]['undelete'] = 1

Btw, as I wasn't sure if this was a core problem i also opened this issue:
https://forge.typo3.org/issues/105721

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

2 participants