#237 - Attachment deletion without confirmation
Type Defect
Status Fixed
Milestone 2.3.3
Version 2.3.2
Component Tickets
Priority Low
Severity Minor
Owner wr2
Assigned to -
Reported 12 years ago
Updated 10 years ago
Votes 0
Related tickets
Proposed time
Worked time

What did you do to cause this?

Click Delete button near attachment.

What page were you on?

Ticket edit page.

Describe the defect:

When I accidentally clicked button 'delete' near attachment on ticket edit page it was done immediately and I'd got no chance neither to cancel it before action nor to revert it back afterwards.

Ticket History

12 years and 1 month ago by Devon Hazelett

Ah yes the ever annoying delete buttons on the web, this is quite a bit of refactoring.. all the delete buttons in the pkg will need @onclick="if(confirm('Delete?')) {$.window.location($(this).attr('href'));}"@ or something along those lines. But after its done it could prove useful!

Jack closed as Fixed 12 years ago