Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024092 | Openbravo ERP | B. User interface | public | 2013-06-15 12:40 | 2013-07-16 14:26 |
|
Reporter | itadmin | |
Assigned To | shankarb | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP26 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | No |
Web browser | Mozilla Firefox |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0024092: Newly initiated client does not appear in profile list |
Description | init new client
then try to in the menu Openbravo->Profile to choose the new client but it is not in the list.
After logout and then login the client is in the list. |
Steps To Reproduce | see above |
Proposed Solution | add to list and update |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-06-15 12:40 | itadmin | New Issue | |
2013-06-15 12:40 | itadmin | Assigned To | => dbaz |
2013-06-15 12:40 | itadmin | Web browser | => Mozilla Firefox |
2013-06-15 12:40 | itadmin | Modules | => Core |
2013-06-15 12:40 | itadmin | Triggers an Emergency Pack | => No |
2013-06-15 12:46 | itadmin | Note Added: 0059449 | |
2013-06-15 19:34 | dbaz | Assigned To | dbaz => AugustoMauch |
2013-06-19 09:43 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-07-03 06:58 | shankarb | Issue Monitored: AugustoMauch | |
2013-07-03 06:58 | shankarb | Review Assigned To | => AugustoMauch |
2013-07-03 06:58 | shankarb | Web browser | Mozilla Firefox => Mozilla Firefox |
2013-07-03 06:58 | shankarb | OBNetwork customer | => No |
2013-07-03 07:00 | hgbot | Checkin | |
2013-07-03 07:00 | hgbot | Note Added: 0059822 | |
2013-07-03 07:00 | hgbot | Status | new => resolved |
2013-07-03 07:00 | hgbot | Resolution | open => fixed |
2013-07-03 07:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4c9e4abdefee32a28199b6b9b72125197ea18b0b [^] |
2013-07-03 14:12 | hgbot | Checkin | |
2013-07-03 14:12 | hgbot | Note Added: 0059845 | |
2013-07-04 09:44 | hgbot | Checkin | |
2013-07-04 09:44 | hgbot | Note Added: 0059853 | |
2013-07-04 09:47 | hgbot | Checkin | |
2013-07-04 09:47 | hgbot | Note Added: 0059854 | |
2013-07-05 13:37 | AugustoMauch | Note Added: 0059895 | |
2013-07-05 13:37 | AugustoMauch | Status | resolved => closed |
2013-07-05 13:38 | AugustoMauch | Fixed in Version | => 3.0MP26 |
2013-07-16 14:26 | hudsonbot | Checkin | |
2013-07-16 14:26 | hudsonbot | Note Added: 0060013 | |
2013-07-16 14:26 | hudsonbot | Checkin | |
2013-07-16 14:26 | hudsonbot | Note Added: 0060022 | |
2013-07-16 14:26 | hudsonbot | Checkin | |
2013-07-16 14:26 | hudsonbot | Note Added: 0060024 | |
2013-07-16 14:26 | hudsonbot | Checkin | |
2013-07-16 14:26 | hudsonbot | Note Added: 0060025 | |
Notes |
|
|
The same after deletion of the client then the client still is in the same list when it should have been removed and updated after deletion. Trying to switch to the non-existent client an error dialog appears:
Error occured: org.openbravo.base.exception.OBException: java.lang.NullPointerException |
|
|
(0059822)
|
hgbot
|
2013-07-03 07:00
|
|
Repository: erp/devel/pi
Changeset: 4c9e4abdefee32a28199b6b9b72125197ea18b0b
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Sun Jun 30 11:50:57 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/4c9e4abdefee32a28199b6b9b72125197ea18b0b [^]
Fixes Issue 0024092: Newly initiated client does not appear in profile list
When a new client is created, an information is shown which provides a link to reload the context so that the newly created client will appear in the user profile widget.
When a client is deleted from delete client and accessed immediately from user profile widget an error is thrown instead of null pointer exception.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoWidgetActionHandler.java
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java
---
|
|
|
(0059845)
|
hgbot
|
2013-07-03 14:12
|
|
Repository: erp/devel/pi
Changeset: 8e9765fdae5661eb42cdb3a4d361678670892c22
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Jul 03 17:29:21 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/8e9765fdae5661eb42cdb3a4d361678670892c22 [^]
Related to Issue 0024092 : Set title and message separately.
The success message after Initial Client Setup was successfully contained Process Completed Successfully and the reload context message in the same message.
Now set Process Completed Successfully as Title and reload context info as message.
Updated copyright information.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoWidgetActionHandler.java
M src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java
---
|
|
|
(0059853)
|
hgbot
|
2013-07-04 09:44
|
|
Repository: erp/devel/pi
Changeset: 8aba749eb68c362162c5cbe69dcdac3d5afb4e7a
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Jul 04 13:13:15 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/8aba749eb68c362162c5cbe69dcdac3d5afb4e7a [^]
Related to Issue 24092 : Changed reload context message for ease of users.
Changed the reload context message for the ease of end users.
---
M src-db/database/sourcedata/AD_MESSAGE.xml
---
|
|
|
(0059854)
|
hgbot
|
2013-07-04 09:47
|
|
Repository: erp/devel/pi
Changeset: 45a2886fd4cb7ff0db3a3e99d464460d76f96198
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Jul 04 13:16:37 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/45a2886fd4cb7ff0db3a3e99d464460d76f96198 [^]
Related to Issue 24092 : Updated Initial Client Setup code to use new message format.
Updated code to retrieve the full message from Messages.
---
M src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java
---
|
|
|
|
Code reviewed and verified in pi@c708a98b9d60 |
|
|
|
|
|
|
|
|
|
|
|
|
|