mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Adds a Setting to control how an Issue's done_ratio is calculated:
* Issue field (default) - the done_ratio field for the Issue * Issue status - uses the Issue Status's value #4274 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3151 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
BIN
public/images/table_multiple.png
Normal file
BIN
public/images/table_multiple.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 612 B |
@@ -702,6 +702,7 @@ vertical-align: middle;
|
||||
.icon-move { background-image: url(../images/move.png); }
|
||||
.icon-save { background-image: url(../images/save.png); }
|
||||
.icon-cancel { background-image: url(../images/cancel.png); }
|
||||
.icon-multiple { background-image: url(../images/table_multiple.png); }
|
||||
.icon-folder { background-image: url(../images/folder.png); }
|
||||
.open .icon-folder { background-image: url(../images/folder_open.png); }
|
||||
.icon-package { background-image: url(../images/package.png); }
|
||||
|
||||
Reference in New Issue
Block a user