calendarize
calendarize copied to clipboard
Publishing a single event from a workspace does not update the index
Publishing a single event from a workspace does not update the index.
Steps to reproduce
- Create an event in LIVE
- Modify the event in the workspace, e.g. change the date and title
- 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 (de8dfc46b14b59cceb03768cca18a650be9873e8)
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.
Hey @twestner Sounds great. Feel free to send a PR, if you have some ideas or a ready solution for this problem. Regards, Tim
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.