Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0024092Openbravo ERPB. User interfacepublic2013-06-15 12:402013-07-16 14:26
itadmin 
shankarb 
normalmajoralways
closedfixed 
5
 
3.0MP26 
AugustoMauch
Mozilla Firefox
Core
No
0024092: Newly initiated client does not appear in profile list
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.
see above
add to list and update
No tags attached.
Issue History
2013-06-15 12:40itadminNew Issue
2013-06-15 12:40itadminAssigned To => dbaz
2013-06-15 12:40itadminWeb browser => Mozilla Firefox
2013-06-15 12:40itadminModules => Core
2013-06-15 12:40itadminTriggers an Emergency Pack => No
2013-06-15 12:46itadminNote Added: 0059449
2013-06-15 19:34dbazAssigned Todbaz => AugustoMauch
2013-06-19 09:43shankarbAssigned ToAugustoMauch => shankarb
2013-07-03 06:58shankarbIssue Monitored: AugustoMauch
2013-07-03 06:58shankarbReview Assigned To => AugustoMauch
2013-07-03 06:58shankarbWeb browserMozilla Firefox => Mozilla Firefox
2013-07-03 07:00hgbotCheckin
2013-07-03 07:00hgbotNote Added: 0059822
2013-07-03 07:00hgbotStatusnew => resolved
2013-07-03 07:00hgbotResolutionopen => fixed
2013-07-03 07:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4c9e4abdefee32a28199b6b9b72125197ea18b0b [^]
2013-07-03 14:12hgbotCheckin
2013-07-03 14:12hgbotNote Added: 0059845
2013-07-04 09:44hgbotCheckin
2013-07-04 09:44hgbotNote Added: 0059853
2013-07-04 09:47hgbotCheckin
2013-07-04 09:47hgbotNote Added: 0059854
2013-07-05 13:37AugustoMauchNote Added: 0059895
2013-07-05 13:37AugustoMauchStatusresolved => closed
2013-07-05 13:38AugustoMauchFixed in Version => 3.0MP26
2013-07-16 14:26hudsonbotCheckin
2013-07-16 14:26hudsonbotNote Added: 0060013
2013-07-16 14:26hudsonbotCheckin
2013-07-16 14:26hudsonbotNote Added: 0060022
2013-07-16 14:26hudsonbotCheckin
2013-07-16 14:26hudsonbotNote Added: 0060024
2013-07-16 14:26hudsonbotCheckin
2013-07-16 14:26hudsonbotNote Added: 0060025

Notes
(0059449)
itadmin   
2013-06-15 12:46   
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
---
(0059895)
AugustoMauch   
2013-07-05 13:37   
Code reviewed and verified in pi@c708a98b9d60
(0060013)
hudsonbot   
2013-07-16 14:26   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9a5d5983399f [^]

Maturity status: Test
(0060022)
hudsonbot   
2013-07-16 14:26   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9a5d5983399f [^]

Maturity status: Test
(0060024)
hudsonbot   
2013-07-16 14:26   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9a5d5983399f [^]

Maturity status: Test
(0060025)
hudsonbot   
2013-07-16 14:26   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9a5d5983399f [^]

Maturity status: Test