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.
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!