"end" missing on copy/paste

This commit is contained in:
skalimer0 2022-09-15 10:10:48 +02:00 committed by GitHub
parent 3737eba6f5
commit 590459c1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ class AdditionalsChangeStatusController < ApplicationController
flash[:error] = l :error_issue_status_could_not_changed
else
flash[:error] = messages.join(', ')
end
return redirect_to(issue_path(@issue))
end