File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class Issue < ActiveRecord::Base
56
56
57
57
acts_as_mentionable :attributes => [ 'description' ]
58
58
59
- DONE_RATIO_OPTIONS = %w( issue_field issue_status )
59
+ DONE_RATIO_OPTIONS = %w( issue_field issue_status issue_field_and_closed_status )
60
60
61
61
attr_reader :transition_warning
62
62
attr_writer :deleted_attachment_ids
Original file line number Diff line number Diff line change 476
476
setting_issue_done_ratio : Calculate the issue done ratio with
477
477
setting_issue_done_ratio_issue_field : Use the issue field
478
478
setting_issue_done_ratio_issue_status : Use the issue status
479
+ setting_issue_done_ratio_issue_field_and_closed_status : Use the issue field and closed status
479
480
setting_start_of_week : Start calendars on
480
481
setting_rest_api_enabled : Enable REST web service
481
482
setting_cache_formatted_text : Cache formatted text
You can’t perform that action at this time.
0 commit comments