Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031226Openbravo ERPB. User interfacepublic2015-10-22 14:082015-10-23 08:57
caristu 
caristu 
highmajoralways
closedfixed 
5
pi 
3.0PR15Q2.63.0PR15Q2.6 
AugustoMauch
Core
Packaging and release
2015-10-13
pi
https://code.openbravo.com/erp/devel/pi/rev/da1f8f6d7339b4f799da52ec735f3fcb5b97a636 [^]
No
0031226: Toolbar disappears under some circumnstances
Toolbar disappears (see attached) under some circumnstances.
1) Go to the [Goods Shipments] window
2) Create a new record in the header
3) Navigate to the [Lines] tab
4) Create a new record
5) Without saving the record, click on the header tab (on the top, in the green part where the name of the header is placed). Notice that the toolbar is gone.

The following error appears on the client console: Uncaught TypeError: Cannot read property 'parameters' of null
The problem is on ob-standard-window.js file at this point:

dirtyEditForm.autoSave(action.parameters);

it shoulr be checked if action is null.
No tags attached.
blocks defect 0031217 closed platform Toolbar disappears under some circumnstances 
Issue History
2015-10-22 16:28caristuTypedefect => backport
2015-10-22 16:28caristuTarget Version => 3.0PR15Q2.6
2015-10-22 18:25caristuReview Assigned To => AugustoMauch
2015-10-22 18:25caristuAssigned Toplatform => caristu
2015-10-22 18:27hgbotCheckin
2015-10-22 18:27hgbotNote Added: 0081236
2015-10-22 18:27hgbotStatusscheduled => resolved
2015-10-22 18:27hgbotResolutionopen => fixed
2015-10-22 18:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q2.6/rev/58edc29cd1cccd8ff6c851a7728f3895f1fd394e [^]
2015-10-23 08:57AugustoMauchNote Added: 0081242
2015-10-23 08:57AugustoMauchStatusresolved => closed
2015-10-23 08:57AugustoMauchFixed in Version => 3.0PR15Q2.6

Notes
(0081236)
hgbot   
2015-10-22 18:27   
Repository: erp/backports/3.0PR15Q2.6
Changeset: 58edc29cd1cccd8ff6c851a7728f3895f1fd394e
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Oct 22 18:26:57 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2.6/rev/58edc29cd1cccd8ff6c851a7728f3895f1fd394e [^]

fixes issue 31226: Toolbar disappears under some circumnstances

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
---
(0081242)
AugustoMauch   
2015-10-23 08:57   
Code reviewed and verified in [1]@58edc29cd1cc

[1] https://code.openbravo.com/erp/backports/3.0PR15Q2.6 [^]