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

Publishing a single event from a workspace does not update the index #662

Open
okmiim opened this issue Feb 5, 2022 · 3 comments
Open
Labels

Comments

@okmiim
Copy link
Collaborator

okmiim commented Feb 5, 2022

Publishing a single event from a workspace does not update the index.

Steps to reproduce

  1. Create an event in LIVE
  2. Modify the event in the workspace, e.g. change the date and title
  3. Publish the version in the workspace module by clicking "Publish version of the record"

Actual behavior

The index does not get updated at all

  • Live version of the index is not updated
  • Workspace indices (delete placeholder, new one) are still there

System

  • Typo3 11.5.5
  • calendarize master (de8dfc4)
@okmiim okmiim added the bug label Feb 5, 2022
@twestner
Copy link
Contributor

I can provide a bugfix for this issue next days. It's working in my environment (10.4 and older calendarize-version), but has to be tested in current versions.

@lochmueller
Copy link
Owner

Hey @twestner
Sounds great. Feel free to send a PR, if you have some ideas or a ready solution for this problem.
Regards,
Tim

twestner added a commit to twestner/calendarize that referenced this issue Jul 22, 2022
indexing must be done for the last (and only for the last!) configuration, which is published in the current publishing process. At this moment all data is live.
@twestner
Copy link
Contributor

My PR is there now. It fixes the first issue "Live version of the index is not updated".

The second issue "Workspace indices (delete placeholder, new one) are still there" is still happening.

lochmueller added a commit that referenced this issue Jul 23, 2022
relates to #662, fixes indexing after the publishing-process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants