- Se han agragado traducciones faltantes en directorio: templates/home/ y los archivos: home.php, Users.php,
AppNotes.php y appProxy.php
* Available from version ProcessMaker-2.0.47 (2.5.1)
- Se han agragado traducciones faltantes en directorio: templates/home/ y los archivos: home.php, Users.php,
AppNotes.php y appProxy.php
* Available from version ProcessMaker-2.0.47 (2.5.1)
- New feature
- Request that an "Edit" button be added to the page to view the
profile of a particular user
- Added edit button in Summary view
* Available from version 2.0.46
- The user A will be on vacation, then I update A's profile and set "Replaced by" to user B, set "Status" as Inactive or On vacation.
- Adjustment to the user to derivate.
- The ["city"] key is not correct in the function userInfo()
- Problem solved, has improved informarion returned by the
userInfo() function
- They are more data being retormados by the userInfo() function,
which are (example):
Array
( [username] => "admin"
[firstname] => "admin"
[lastname] => "admin"
[mail] => "admin@processmaker.com"
[address] => ""
[zipcode] => ""
[country] => ""
[state] => ""
[location] => ""
[phone] => ""
[fax] => ""
[cellular] => ""
[birthday] => "2012-06-14"
[position] => ""
[replacedby] => "2806627024ff5c5e6de3343023039250"
[duedate] => "2015-04-04"
[calendar] => "426489683503e8e7541dd80068593828"
[status] => "ACTIVE"
[department] => "1624625814fdb4a23a20805048462289"
[reportsto] => "4413935114fd9ea33a65206046642414"
[userexperience] => "SWITCHABLE"
[photo] => "PATH_TO_PHOTO/9552681404fd9e9ecd508b7074823254.gif"
)
* Available from version 2.0.44
- Reverted the changes made in "Users.php"
- Solved wrong display of information "Country, State or Region, Location"
in "View_Edit_Profile" this in IE, all this in "usersAjax.php"
- When modifying a user's data "ADMIN>Users" or "View/Edit Profile"
shows the incorrect data in the dropdowns
- Problem solved, display incorrect information in Dropdowns is because
the response time of AJAX requests, this was solved by improving the
order of AJAX requests
- Changed the label "Saving process" (ID_SAVING_PROCESS) for
"Saving ..." (ID_SAVING)
- Solved wrong display of information "Country, State or Region, Location"
in "View_Edit_Profile" this in IE
carlos: improve assignation of users to roles
--------------------------------------------------------------------------------
1. A /trunk/workflow/engine/xmlform/roles/roles_userSearch.xml
2. A /trunk/workflow/engine/methods/roles/roles_AddUser.php
3. A /trunk/workflow/engine/xmlform/roles/roles_ListUsers.xml
4. M /trunk/workflow/engine/classes/model/Users.php
5. M /trunk/workflow/engine/methods/roles/roles_Ajax.php
6. M /trunk/workflow/engine/xmlform/roles/roles_Options.xml
7. M /trunk/workflow/engine/templates/roles/roles_Tree.php