Ticket #1552 (reopened defect)

Opened 3 years ago

Last modified 2 years ago

modifying a portlet does not reset the cache

Reported by: jmorliaguet Assigned to: jmorliaguet
Priority: P1 Milestone: CPS 3.4.1
Component: CPSPortlets Version: 3.4.1
Severity: normal Keywords: cache
Cc:

Description

modifying a portlet via cpsportlet_edit.py does not reset the cache on the portlet.

Change History

03/15/06 14:29:36 changed by jmorliaguet

  • status changed from new to assigned.

this is because the form action calls 'cpsdocument_edit' instead of 'cpsportlet_edit'

<form action="cpsdocument_edit" method="post" id="editForm" enctype="multipart/form-data">

03/15/06 14:32:46 changed by jmorliaguet

fixed in [34440]

03/15/06 14:32:51 changed by jmorliaguet

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

08/02/06 16:21:52 changed by tracguest

  • status changed from closed to reopened.
  • version changed from 3.4.0 to 3.4.1.
  • resolution deleted.

Sorry, but I think the problem is still there.

Changes in a text portlet don't show up until I purge the cache in ZMI.

In one site I had a similar problem with the sort order in a content portlet. The funny thing was, it worked fine in another site running on the same zope instance.