Fixed Isssue #5618. The profile update page shows the correct message.
This commit is contained in:
parent
c61a4a91a5
commit
9fcef5b101
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ class ProfilesController < ApplicationController
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.js { render :nothing => true, :status => 200 }
|
format.js { render :nothing => true, :status => 200 }
|
||||||
format.any {
|
format.any {
|
||||||
flash[:notice] = I18n.t 'profiles.update.updated'
|
|
||||||
if current_user.getting_started?
|
if current_user.getting_started?
|
||||||
redirect_to getting_started_path
|
redirect_to getting_started_path
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue