Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027616 | Openbravo ERP | 07. Sales management | public | 2014-09-16 17:56 | 2014-12-30 23:22 |
|
Reporter | jonalegriaesarte | |
Assigned To | reinaldoguerra | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 31074 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027616: User name shouldn't change when editing first name, if the username is not empty |
Description | User name shouldn't change when editing name, if the username is not empty |
Steps To Reproduce | - User window
- Add name
- Add username
- Add first name: both, name and username are modified |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0027806 | | new | dmiguelez | Reorder Fields in User window |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-09-16 17:56 | jonalegriaesarte | New Issue | |
2014-09-16 17:56 | jonalegriaesarte | Assigned To | => dmiguelez |
2014-09-16 17:56 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-09-16 17:56 | jonalegriaesarte | Modules | => Core |
2014-09-16 17:56 | jonalegriaesarte | Support ticket | => 31074 |
2014-09-16 17:56 | jonalegriaesarte | Resolution time | => 1411250400 |
2014-09-16 17:56 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-09-24 07:00 | reinaldoguerra | Note Added: 0070291 | |
2014-09-24 16:21 | vmromanos | Status | new => scheduled |
2014-09-24 16:21 | vmromanos | Assigned To | dmiguelez => vmromanos |
2014-09-24 16:21 | vmromanos | fix_in_branch | => pi |
2014-09-25 05:55 | reinaldoguerra | Assigned To | vmromanos => reinaldoguerra |
2014-09-25 05:55 | reinaldoguerra | fix_in_branch | pi => |
2014-09-29 16:12 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-10-08 16:28 | vmromanos | Relationship added | related to 0027806 |
2014-10-08 16:31 | hgbot | Checkin | |
2014-10-08 16:31 | hgbot | Note Added: 0070820 | |
2014-10-08 16:31 | hgbot | Status | scheduled => resolved |
2014-10-08 16:31 | hgbot | Resolution | open => fixed |
2014-10-08 16:31 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0a6d728464dce1986d9ff888fb1009ada6b06e73 [^] |
2014-10-08 16:32 | vmromanos | Review Assigned To | => vmromanos |
2014-10-08 16:32 | vmromanos | Note Added: 0070821 | |
2014-10-08 16:32 | vmromanos | Status | resolved => closed |
2014-12-30 23:22 | hudsonbot | Checkin | |
2014-12-30 23:22 | hudsonbot | Note Added: 0072919 | |
Notes |
|
|
Test plan used:
1- Login into Openbravo ERP
2- Go to User window
3- Create a new user
4- Fill first user name field
5- Fill name and first name fields, user name does not change |
|
|
(0070820)
|
hgbot
|
2014-10-08 16:31
|
|
Repository: erp/devel/pi
Changeset: 0a6d728464dce1986d9ff888fb1009ada6b06e73
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Mon Oct 06 12:22:10 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/0a6d728464dce1986d9ff888fb1009ada6b06e73 [^]
Fixed bug 27616: Not empty user name shouldn't change when editing first name.
SL_User_Name callout print the same user name if this field not empty.
Now not empty user name maintains its value when editing name, first or last name on user tab.
---
M src/org/openbravo/erpCommon/ad_callouts/SL_User_Name.java
---
|
|
|
|
|
|
|
|