Vote #78739
完了Add border around issue history to prevent accidental deletion of an issue
0%
説明
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":https://github.com/farend/redmine_theme_farend_basic theme.
Before:
!{width: 787px;border: 1px solid #ccc;}.border-around-history-before@2x.png!
After:
!{width: 787px;border: 1px solid #ccc;}.border-around-history-after@2x.png!
journals
I am sure that this small UI change would be of benefit to most users.
setting target version to 4.1.0.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
+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.
--------------------------------------------------------------------------------
Committed.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,28514,issue delete button confusion