Opened 17 years ago
Closed 17 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.
Note: See
TracTickets for help on using
tickets.
This is automatically fixed now that backend stores are in (since stores simply update the objects instead of adding them twice).