Commit Graph

62 Commits

Author SHA1 Message Date
Julio Cesar Laura
c10bb157b9 BUG 9742 Untranslatable items in user properties forms SOLVED
- Status labels hardcoded
- Change the hardcoded labels, now use the G::LoadTranslation method
2012-09-11 16:39:02 -04:00
Marco Antonio Nina
dfae80dcac BUG 8353 Create permission for users to make certain changes to their... SOLVED
- There is already a permit PM_EDITPERSONALINGO.
- The not editable fields are: Replaced by, Expiration Date, calendar, status, role.
2012-09-10 09:24:12 -04:00
Julio Cesar Laura
3947d5418e BUG 7338 User profile Replaced by doesn't work when PM derivate a case
- In the class "derivation" doesn't exist the validation for the "Replaced By" field
- Added the business logic to set the replaced by user when a case is derivated
2012-08-16 11:44:17 -04:00
Victor Saisa Lopez
80963a2fcf BUG 9495 "La edicion del User modifica el Rol" SOLVED
- 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
2012-08-08 12:26:59 -04:00
Julio Cesar Laura
a70f39188d BUG 9401 Cuando se cambia el rol de un usuario este genera un error ... SOLVED
- The validation flags not managed correctly
- Change the management of the validation flags
2012-07-03 01:44:27 -04:00
Marco Antonio Nina
f935f23e14 BUG 9298 No se puede cambiar los roles de los usuarios en PM SOLVED
- The wrong was due a validate of User ID
- was taken to validate of User ID for accept their own User ID.
2012-06-29 11:42:48 -04:00
Brayan Osmar Pereyra Suxo
71a999efa4 BUG 9379 Add username exist SOLVED
- I add validate username exist
2012-06-25 18:36:37 -04:00
Alvaro Campos
bf8fef47c9 BUG 0000 enable/disable buttons SOLVED
- Was added enable/disble for the buttons while running the validation of passwords
2012-06-21 09:44:02 -04:00
Alvaro Campos
e230492bf9 BUG 0000 Changes in new and edit user SOLVED
- Also changes suggested by julio cesar
2012-06-20 19:00:41 -04:00
Brayan Osmar Pereyra Suxo
bd8938114c BUG 8830 The variables are camelize SOLVED
- The variables are camelize
- Use quotes in variables
2012-06-08 15:57:05 -04:00
Brayan Osmar Pereyra Suxo
3135429f56 BUG 8830 Validate password field with policies security SOLVED
- Add the ajax for validate password field with policies security
- Add the validate to the comfirm password field
2012-06-05 11:02:17 -04:00
Hector Cortez
ffc2a27135 BUG 8863 Migrate the User Profile interface from master branch version SOLVED.
- Migrate the User Profile interface from master branch version
- User Profile ExtJS migrated from the master branch.
2012-04-02 19:18:17 -04:00