calendarize icon indicating copy to clipboard operation
calendarize copied to clipboard

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

Open okmiim opened this issue 3 years ago • 3 comments

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 (de8dfc46b14b59cceb03768cca18a650be9873e8)

okmiim avatar Feb 05 '22 13:02 okmiim

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.

twestner avatar Jul 13 '22 06:07 twestner

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

lochmueller avatar Jul 13 '22 08:07 lochmueller

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.

twestner avatar Jul 22 '22 19:07 twestner