#52: Refreshing POST requests causes gridedit item addition related issues -----------------------------------+---------------------------------------- Reporter: sakhmechet | Owner: sakhmechet Type: defect | Status: new Priority: low | Milestone: 0.1 Component: weblocks | Version: pre-0.1 Keywords: refresh POST gridedit | -----------------------------------+---------------------------------------- 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.
#52: Refreshing POST requests causes gridedit item addition related issues -------------------------+-------------------------------------------------- Reporter: sakhmechet | Owner: sakhmechet Type: defect | Status: closed Priority: low | Milestone: 0.1 Component: weblocks | Version: pre-0.1 Resolution: fixed | Keywords: refresh POST gridedit -------------------------+-------------------------------------------------- Changes (by sakhmechet):
* resolution: => fixed * status: new => closed
Comment:
This is automatically fixed now that backend stores are in (since stores simply update the objects instead of adding them twice).
cl-weblocks-ticket@common-lisp.net