Assembla home | Assembla project page
 

Ticket #4 (closed Bug: fixed)

Opened 2 years ago

Last modified 1 year ago

When pages are refreshed using ajax status message spam occurs

Reported by: aprice30 Assigned to: aprice30
Priority: normal Milestone:
Component: Interface Version: 0.2 Alpha 20080414
Severity: normal Keywords:
Cc:

Description

If a page is visited which uses ajax calls, if any status messages exist (but are not displayed) they build up until you visit a new page and get about 10+ messages.

A way round would be to make it clear the message cache for every page unless a special function is called.

Change History

05/30/08 13:08:28 changed by anonymous

  • summary changed from When makes are refreshed using ajax status message spam occurs to When pages are refreshed using ajax status message spam occurs.

05/30/08 17:47:02 changed by aprice30

  • status changed from new to assigned.

05/31/08 09:34:40 changed by aprice30

  • component set to Interface.

11/10/08 22:00:58 changed by aprice30

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

(In [151]) Added an extra check so the status message is only created if it hasn't already been created before. An extra check had to be added for if it was the first status message of the given type. If so it allows the message to be added without checking if it is a duplicate, Closes #4