Ticket #1448 (closed defect: wontfix)

Opened 3 years ago

Last modified 3 years ago

cookie and request interferences

Reported by: gracinet Assigned to: gracinet
Priority: P3 Milestone: unspecified
Component: CPSCourrier Version: TRUNK
Severity: minor Keywords: cookie dashboard tabular
Cc:

Description

If one changes the widgets that make up filters, the old name stays in dict. That's because request *updates* what's in the cookie. Change that to a direct override.

While working, devs have to clear cookies.

Change History

06/21/06 12:40:20 changed by gracinet

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

It's actually a much wanted behavior in case of GET requests (column sorting, batching).

So yes, devs will have to clear cookies.