Patch #26662
closedAdd border around issue history to prevent accidental deletion of an issue
Description
In my observation, some users accidentally delete an issue trying to delete last note. The misoperation is probably caused by the current UI of Redmine. The delete button at the bottom of IssuesController#show page looks as if it is a button for delete the last note, but actually it is a button to deletes the issue.
Such misoperation can be prevented by making a slight change to UI. Please see the following screenshots. By adding border around issue history, it becomes clear that the button is not a button for deleting the note. Our company have succeeded in significantly reducing accidents that our customers mistakenly delete an issue by implementing the change.
The patch was extracted from farend basic theme.
Before:
After:
Files
Related issues
Updated by Go MAEDA over 7 years ago
- Target version set to 4.1.0
I am sure that this small UI change would be of benefit to most users.
setting target version to 4.1.0.
Updated by Marius BÄ‚LTEANU over 6 years ago
- Has duplicate Feature #28514: issue delete button confusion added
Updated by Yuuki NARA over 6 years ago
+1
I agree with this change.
It seems that, this UI is easy to cause accident of data deletion.
Especially for those who are unfamilar with Redmine operation and those who use different systems.
This change modify only CSS.
I think that possibility of defect due to this change is low.
Notes.
Several themes UI have no effect by this modification.
Several themes have already been applied this modification.
Updated by Go MAEDA over 6 years ago
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
Committed.