Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#323 closed defect (duplicate)

Saving item without making any changes causes a duplicate item to be created in MySQL

Reported by: tmj@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When you click on an item in the admin interface, to edit it and then press save without changing any of the data fields a new item is added rather than just saving the data back into the old item.

I am using revision 492.

Change History (5)

comment:1 by Steve Steiner, 19 years ago

This may be the simpler case of ticket #320.

comment:2 by Adrian Holovaty, 19 years ago

Summary: Saving item without making any changes causes a duplicate item to be created.Saving item without making any changes causes a duplicate item to be created in MySQL

comment:3 by Adrian Holovaty, 19 years ago

Status: newassigned

comment:4 by Adrian Holovaty, 19 years ago

In [506]: Added unit test that tests #323 -- currently fails for MySQL and passes for PostgreSQL.

comment:5 by Adrian Holovaty, 19 years ago

Resolution: duplicate
Status: assignedclosed

Duplicate of #320.

Note: See TracTickets for help on using tickets.
Back to Top