[Vtigercrm-commits] [Vtiger development] #7849: Getting Started popup fails to store selected preferences
Vtiger development
vtiger-tickets at trac.vtiger.com
Tue Dec 17 16:07:42 GMT 2013
#7849: Getting Started popup fails to store selected preferences
--------------------------+------------------------
Reporter: zygmuntowicz | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: Unassigned
Component: vtigercrm | Version: 6.0.0 RC
Severity: High | Keywords:
--------------------------+------------------------
During the first time login, a "Getting started" window pops up and the
new user can select his language/timezone/date format. But the selected
preferences do not get stored.
The problem is in the call to Users_Module_Model::saveUserPreferences
method - a user id passed to the query is the id of the Users module tab
($this->getId()), not the user id. The method should be moved to the
record model or a current user record model should be retrieved inside
this method and used to get the correct user id.
A side note: maybe it could be a nice bonus to select time format (12/24)
in this initial setup dialog too.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7849>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list