Ticket #1612 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

midcom.admin.folder/midcom.helper.datamanager2: Metadata save doesn't invalidate content cache

Reported by: jval Assigned to: bergie
Priority: major Milestone: 8.09.8 Ragnaroek
Component: MidCOM component Version: 8.09 Ragnaroek
Keywords: Cc:

Description

Editing folder metadata, changing something like e.g. description. If you have content caching in use, the changes don't show up if you go there again and see. If you then e.g. shut down memcached, it works normally. So it seems content cache for the folder isn't invalidated which naturally should happen in this case.

I tested this with current svn HEAD and also with 8.09.7 tag's revision.

Change History

01/27/10 20:36:54 changed by jval

I also noticed similar behaviour when I edited a net.nemein.calendar event. When I want back to the editing view, old values were shown instead of the new ones. Then when I stopped memcached, new values showed up.

02/03/10 16:45:28 changed by bergie

  • status changed from new to closed.
  • resolution set to fixed.

(In [24991]) Invalidate cache when saving the metadata form, fixes #1612