##// END OF EJS Templates
fixed: hide mail preference not saved (my/account)...
Jean-Philippe Lang -
r254:dd54b1aacbeb
parent child
Show More
@@ -51,7 +51,7 class MyController < ApplicationController
51 @pref = @user.pref
51 @pref = @user.pref
52 @user.attributes = params[:user]
52 @user.attributes = params[:user]
53 @user.pref.attributes = params[:pref]
53 @user.pref.attributes = params[:pref]
54 if request.post? and @user.save
54 if request.post? and @user.save and @user.pref.save
55 set_localization
55 set_localization
56 flash.now[:notice] = l(:notice_account_updated)
56 flash.now[:notice] = l(:notice_account_updated)
57 self.logged_in_user.reload
57 self.logged_in_user.reload
@@ -29,7 +29,7 http://redmine.rubyforge.org/
29 * fixed: unable to delete an issue status even if it's not used yet
29 * fixed: unable to delete an issue status even if it's not used yet
30 * fixed: filters ignored when exporting a predefined query to csv/pdf
30 * fixed: filters ignored when exporting a predefined query to csv/pdf
31 * fixed: crash when french "issue_edit" email notification is sent
31 * fixed: crash when french "issue_edit" email notification is sent
32
32 * fixed: hide mail preference not saved (my/account)
33
33
34 == 01/03/2006 v0.4.1
34 == 01/03/2006 v0.4.1
35
35
General Comments 0
You need to be logged in to leave comments. Login now