@@ -131,7 +131,7 class IssuesController < ApplicationController | |||||
131 | # Tracker must be set before custom field values |
|
131 | # Tracker must be set before custom field values | |
132 | @issue.tracker ||= @project.trackers.find((params[:issue] && params[:issue][:tracker_id]) || params[:tracker_id] || :first) |
|
132 | @issue.tracker ||= @project.trackers.find((params[:issue] && params[:issue][:tracker_id]) || params[:tracker_id] || :first) | |
133 | if @issue.tracker.nil? |
|
133 | if @issue.tracker.nil? | |
134 | render_error 'No tracker is associated to this project. Please check the Project settings.' |
|
134 | render_error l(:error_no_tracker_in_project) | |
135 | return |
|
135 | return | |
136 | end |
|
136 | end | |
137 | if params[:issue].is_a?(Hash) |
|
137 | if params[:issue].is_a?(Hash) | |
@@ -142,7 +142,7 class IssuesController < ApplicationController | |||||
142 |
|
142 | |||
143 | default_status = IssueStatus.default |
|
143 | default_status = IssueStatus.default | |
144 | unless default_status |
|
144 | unless default_status | |
145 | render_error 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' |
|
145 | render_error l(:error_no_default_issue_status) | |
146 | return |
|
146 | return | |
147 | end |
|
147 | end | |
148 | @issue.status = default_status |
|
148 | @issue.status = default_status |
@@ -801,3 +801,5 bg: | |||||
801 | label_view_all_revisions: View all revisions |
|
801 | label_view_all_revisions: View all revisions | |
802 | label_tag: Tag |
|
802 | label_tag: Tag | |
803 | label_branch: Branch |
|
803 | label_branch: Branch | |
|
804 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
805 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -834,3 +834,5 bs: | |||||
834 | label_view_all_revisions: View all revisions |
|
834 | label_view_all_revisions: View all revisions | |
835 | label_tag: Tag |
|
835 | label_tag: Tag | |
836 | label_branch: Branch |
|
836 | label_branch: Branch | |
|
837 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
838 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -804,3 +804,5 ca: | |||||
804 | label_view_all_revisions: View all revisions |
|
804 | label_view_all_revisions: View all revisions | |
805 | label_tag: Tag |
|
805 | label_tag: Tag | |
806 | label_branch: Branch |
|
806 | label_branch: Branch | |
|
807 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
808 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -807,3 +807,5 cs: | |||||
807 | label_view_all_revisions: View all revisions |
|
807 | label_view_all_revisions: View all revisions | |
808 | label_tag: Tag |
|
808 | label_tag: Tag | |
809 | label_branch: Branch |
|
809 | label_branch: Branch | |
|
810 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
811 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -834,3 +834,5 da: | |||||
834 | label_view_all_revisions: View all revisions |
|
834 | label_view_all_revisions: View all revisions | |
835 | label_tag: Tag |
|
835 | label_tag: Tag | |
836 | label_branch: Branch |
|
836 | label_branch: Branch | |
|
837 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
838 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -833,3 +833,5 de: | |||||
833 | label_view_all_revisions: View all revisions |
|
833 | label_view_all_revisions: View all revisions | |
834 | label_tag: Tag |
|
834 | label_tag: Tag | |
835 | label_branch: Branch |
|
835 | label_branch: Branch | |
|
836 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
837 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -136,6 +136,8 en: | |||||
136 | error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}" |
|
136 | error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}" | |
137 | error_scm_annotate: "The entry does not exist or can not be annotated." |
|
137 | error_scm_annotate: "The entry does not exist or can not be annotated." | |
138 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' |
|
138 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' | |
|
139 | error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' | |||
|
140 | error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' | |||
139 |
|
141 | |||
140 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
142 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." | |
141 |
|
143 |
@@ -854,3 +854,5 es: | |||||
854 | label_view_all_revisions: View all revisions |
|
854 | label_view_all_revisions: View all revisions | |
855 | label_tag: Tag |
|
855 | label_tag: Tag | |
856 | label_branch: Branch |
|
856 | label_branch: Branch | |
|
857 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
858 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -844,3 +844,5 fi: | |||||
844 | label_view_all_revisions: View all revisions |
|
844 | label_view_all_revisions: View all revisions | |
845 | label_tag: Tag |
|
845 | label_tag: Tag | |
846 | label_branch: Branch |
|
846 | label_branch: Branch | |
|
847 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
848 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -836,3 +836,5 fr: | |||||
836 | label_view_all_revisions: View all revisions |
|
836 | label_view_all_revisions: View all revisions | |
837 | label_tag: Tag |
|
837 | label_tag: Tag | |
838 | label_branch: Branch |
|
838 | label_branch: Branch | |
|
839 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
840 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -833,3 +833,5 gl: | |||||
833 | label_view_all_revisions: View all revisions |
|
833 | label_view_all_revisions: View all revisions | |
834 | label_tag: Tag |
|
834 | label_tag: Tag | |
835 | label_branch: Branch |
|
835 | label_branch: Branch | |
|
836 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
837 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -816,3 +816,5 he: | |||||
816 | label_view_all_revisions: View all revisions |
|
816 | label_view_all_revisions: View all revisions | |
817 | label_tag: Tag |
|
817 | label_tag: Tag | |
818 | label_branch: Branch |
|
818 | label_branch: Branch | |
|
819 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
820 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -839,3 +839,5 | |||||
839 | label_view_all_revisions: View all revisions |
|
839 | label_view_all_revisions: View all revisions | |
840 | label_tag: Tag |
|
840 | label_tag: Tag | |
841 | label_branch: Branch |
|
841 | label_branch: Branch | |
|
842 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
843 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -819,3 +819,5 it: | |||||
819 | label_view_all_revisions: View all revisions |
|
819 | label_view_all_revisions: View all revisions | |
820 | label_tag: Tag |
|
820 | label_tag: Tag | |
821 | label_branch: Branch |
|
821 | label_branch: Branch | |
|
822 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
823 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -841,3 +841,5 ja: | |||||
841 | label_view_all_revisions: View all revisions |
|
841 | label_view_all_revisions: View all revisions | |
842 | label_tag: Tag |
|
842 | label_tag: Tag | |
843 | label_branch: Branch |
|
843 | label_branch: Branch | |
|
844 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
845 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -872,3 +872,5 ko: | |||||
872 | label_view_all_revisions: View all revisions |
|
872 | label_view_all_revisions: View all revisions | |
873 | label_tag: Tag |
|
873 | label_tag: Tag | |
874 | label_branch: Branch |
|
874 | label_branch: Branch | |
|
875 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
876 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -844,3 +844,5 lt: | |||||
844 | label_view_all_revisions: View all revisions |
|
844 | label_view_all_revisions: View all revisions | |
845 | label_tag: Tag |
|
845 | label_tag: Tag | |
846 | label_branch: Branch |
|
846 | label_branch: Branch | |
|
847 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
848 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -789,3 +789,5 nl: | |||||
789 | label_view_all_revisions: View all revisions |
|
789 | label_view_all_revisions: View all revisions | |
790 | label_tag: Tag |
|
790 | label_tag: Tag | |
791 | label_branch: Branch |
|
791 | label_branch: Branch | |
|
792 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
793 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -806,3 +806,5 | |||||
806 | label_view_all_revisions: View all revisions |
|
806 | label_view_all_revisions: View all revisions | |
807 | label_tag: Tag |
|
807 | label_tag: Tag | |
808 | label_branch: Branch |
|
808 | label_branch: Branch | |
|
809 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
810 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -837,3 +837,5 pl: | |||||
837 | label_view_all_revisions: View all revisions |
|
837 | label_view_all_revisions: View all revisions | |
838 | label_tag: Tag |
|
838 | label_tag: Tag | |
839 | label_branch: Branch |
|
839 | label_branch: Branch | |
|
840 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
841 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -172,6 +172,8 pt-BR: | |||||
172 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}" |
|
172 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}" | |
173 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." |
|
173 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." | |
174 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' |
|
174 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' | |
|
175 | error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. favor verificar as configurações do projeto.' | |||
|
176 | error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").' | |||
175 |
|
177 | |||
176 | mail_subject_lost_password: "Sua senha do {{value}}." |
|
178 | mail_subject_lost_password: "Sua senha do {{value}}." | |
177 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |
|
179 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |
@@ -825,3 +825,5 pt: | |||||
825 | label_view_all_revisions: View all revisions |
|
825 | label_view_all_revisions: View all revisions | |
826 | label_tag: Tag |
|
826 | label_tag: Tag | |
827 | label_branch: Branch |
|
827 | label_branch: Branch | |
|
828 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
829 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -804,3 +804,5 ro: | |||||
804 | label_view_all_revisions: View all revisions |
|
804 | label_view_all_revisions: View all revisions | |
805 | label_tag: Tag |
|
805 | label_tag: Tag | |
806 | label_branch: Branch |
|
806 | label_branch: Branch | |
|
807 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
808 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -931,3 +931,5 ru: | |||||
931 | label_view_all_revisions: Показать все ревизии |
|
931 | label_view_all_revisions: Показать все ревизии | |
932 | label_tag: Метка |
|
932 | label_tag: Метка | |
933 | label_branch: Ветвь |
|
933 | label_branch: Ветвь | |
|
934 | error_no_tracker_in_project: С этим проектом не ассоциирован ни один трекер. Проверьте настройки проекта. | |||
|
935 | error_no_default_issue_status: Не определен статус задача по умолчанию. Проверьте настройки (см. "Администрирование -> Статусы задачи"). |
@@ -806,3 +806,5 sk: | |||||
806 | label_view_all_revisions: View all revisions |
|
806 | label_view_all_revisions: View all revisions | |
807 | label_tag: Tag |
|
807 | label_tag: Tag | |
808 | label_branch: Branch |
|
808 | label_branch: Branch | |
|
809 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
810 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -803,3 +803,5 sl: | |||||
803 | label_view_all_revisions: View all revisions |
|
803 | label_view_all_revisions: View all revisions | |
804 | label_tag: Tag |
|
804 | label_tag: Tag | |
805 | label_branch: Branch |
|
805 | label_branch: Branch | |
|
806 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
807 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -827,3 +827,5 | |||||
827 | label_view_all_revisions: View all revisions |
|
827 | label_view_all_revisions: View all revisions | |
828 | label_tag: Tag |
|
828 | label_tag: Tag | |
829 | label_branch: Branch |
|
829 | label_branch: Branch | |
|
830 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
831 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -861,3 +861,5 sv: | |||||
861 | label_view_all_revisions: View all revisions |
|
861 | label_view_all_revisions: View all revisions | |
862 | label_tag: Tag |
|
862 | label_tag: Tag | |
863 | label_branch: Branch |
|
863 | label_branch: Branch | |
|
864 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
865 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -804,3 +804,5 th: | |||||
804 | label_view_all_revisions: View all revisions |
|
804 | label_view_all_revisions: View all revisions | |
805 | label_tag: Tag |
|
805 | label_tag: Tag | |
806 | label_branch: Branch |
|
806 | label_branch: Branch | |
|
807 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
808 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -840,3 +840,5 tr: | |||||
840 | label_view_all_revisions: View all revisions |
|
840 | label_view_all_revisions: View all revisions | |
841 | label_tag: Tag |
|
841 | label_tag: Tag | |
842 | label_branch: Branch |
|
842 | label_branch: Branch | |
|
843 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
844 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -803,3 +803,5 uk: | |||||
803 | label_view_all_revisions: View all revisions |
|
803 | label_view_all_revisions: View all revisions | |
804 | label_tag: Tag |
|
804 | label_tag: Tag | |
805 | label_branch: Branch |
|
805 | label_branch: Branch | |
|
806 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
807 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -873,3 +873,5 vi: | |||||
873 | label_view_all_revisions: View all revisions |
|
873 | label_view_all_revisions: View all revisions | |
874 | label_tag: Tag |
|
874 | label_tag: Tag | |
875 | label_branch: Branch |
|
875 | label_branch: Branch | |
|
876 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
877 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -913,3 +913,5 | |||||
913 | label_view_all_revisions: View all revisions |
|
913 | label_view_all_revisions: View all revisions | |
914 | label_tag: Tag |
|
914 | label_tag: Tag | |
915 | label_branch: Branch |
|
915 | label_branch: Branch | |
|
916 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
917 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -836,3 +836,5 zh: | |||||
836 | label_view_all_revisions: View all revisions |
|
836 | label_view_all_revisions: View all revisions | |
837 | label_tag: Tag |
|
837 | label_tag: Tag | |
838 | label_branch: Branch |
|
838 | label_branch: Branch | |
|
839 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |||
|
840 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
General Comments 0
You need to be logged in to leave comments.
Login now