Project

General

Profile

Feature #22491 » 22491.diff

patch - Go MAEDA, 2016-04-30 08:37

View differences:

app/helpers/issues_helper.rb (working copy)
165 165
      :parent_issue_id => issue
166 166
    }
167 167
    attrs[:tracker_id] = issue.tracker unless issue.tracker.disabled_core_fields.include?('parent_issue_id')
168
    link_to(l(:button_add), new_project_issue_path(issue.project, :issue => attrs))
168
    link_to(l(:button_new_subtask), new_project_issue_path(issue.project, :issue => attrs))
169 169
  end
170 170

  
171 171
  class IssueFieldsRows
config/locales/en.yml (working copy)
1044 1044
  button_close: Close
1045 1045
  button_reopen: Reopen
1046 1046
  button_import: Import
1047
  button_new_subtask: New subtask
1047 1048

  
1048 1049
  status_active: active
1049 1050
  status_registered: registered
(1-1/2)