home / django_tickets / tickets

tickets: 2856

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
2856 2006-10-02 08:09:08 2017-01-04 16:01:35 2022-03-06 03:27:09.661354 Ready for checkin closed contrib.admin Bug Normal dev fixed Admin's Recent Actions will link to a 404 when an object has been deleted. A page not found (404) is begin show when clicking on an add or edit action of a (later) deleted object in Recent Actions. For the delete action, there is already no link on the object. But the older add and edit actions in the Recent Actions list have at this time no valid URL beacause the object is already deleted. Because this list is in chronological order, one could disable the links on the add and edit actions in Recent Actions that have taken place earlier that the delete. With again allowing a link on a later than the delete created new object with another add actin. This change would make de admin page more stable since this will also be used with less technical personel and will ensure that the Recent Actions has only valid (non 404) URLs. Tim Graham <timograham@gmail.com> anonymous   0 1 0 0 0 0
Powered by Datasette · Queries took 22.681ms