close Warning: Can't synchronize with repository "(default)" (/project/cl-weblocks/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 17 years ago

Closed 16 years ago

#52 closed defect (fixed)

Refreshing POST requests causes gridedit item addition related issues

Reported by: Slava Akhmechet Owned by: Slava Akhmechet
Priority: low Milestone: 0.1
Component: weblocks Version: pre-0.1
Keywords: refresh POST gridedit Cc:

Description

Refreshing a page when JavaScript is disabled after item has been added to gridedit causes the same instace of an item to be added to the data twice. If one item of the added ones is selected and delete is pressed, all items added during the refresh will be deleted.

'gridedit-add-item' should be modified not to add two instances of the same object.

Change History (1)

comment:1 Changed 16 years ago by Slava Akhmechet

Resolution: fixed
Status: newclosed

This is automatically fixed now that backend stores are in (since stores simply update the objects instead of adding them twice).

Note: See TracTickets for help on using tickets.