Patch #23888 » 0001-adds-an-error-message-to-be-displayed-when-issue-sav.patch
| app/models/issue.rb | ||
|---|---|---|
| 1455 | 1455 | 
    # Change project and keep project  | 
| 1456 | 1456 | 
    child.send :project=, project, true  | 
| 1457 | 1457 | 
    unless child.save  | 
| 1458 | 
    errors.add :base, :move_of_child_not_possible  | 
|
| 1458 | 1459 | 
    raise ActiveRecord::Rollback  | 
| 1459 | 1460 | 
    end  | 
| 1460 | 1461 | 
    end  | 
| config/locales/de.yml | ||
|---|---|---|
| 146 | 146 | 
    circular_dependency: "Diese Beziehung würde eine zyklische Abhängigkeit erzeugen"  | 
| 147 | 147 | 
    cant_link_an_issue_with_a_descendant: "Ein Ticket kann nicht mit einer Ihrer Unteraufgaben verlinkt werden"  | 
| 148 | 148 | 
            earlier_than_minimum_start_date: "kann wegen eines Vorgängertickets nicht vor %{date} liegen"
   | 
| 149 | 
    move_of_child_not_possible: Das Ticket konnte nicht gespeichert werden, da ein oder mehrere Unteraufgaben nicht in das neue Projekt verschoben werden konnten. Bitte verschieben Sie die Unteraufgaben zunächst separat.  | 
|
| 149 | 150 | |
| 150 | 151 | 
    actionview_instancetag_blank_option: Bitte auswählen  | 
| 151 | 152 | |
| config/locales/en.yml | ||
|---|---|---|
| 130 | 130 | 
    circular_dependency: "This relation would create a circular dependency"  | 
| 131 | 131 | 
    cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"  | 
| 132 | 132 | 
            earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
   | 
| 133 | 
    move_of_child_not_possible: Saving the issue failed because one or more child issues could not be moved to the new project. Please move them first separately.  | 
|
| 133 | 134 | |
| 134 | 135 | 
    actionview_instancetag_blank_option: Please select  | 
| 135 | 136 | |