Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031224Openbravo ERPB. User interfacepublic2015-10-22 14:082015-10-23 09:19
caristu 
caristu 
highmajoralways
closedfixed 
5
pi 
3.0PR15Q43.0PR15Q4 
AugustoMauch
Core
Packaging and release
2015-10-13
pi
https://code.openbravo.com/erp/devel/pi/rev/da1f8f6d7339b4f799da52ec735f3fcb5b97a636 [^]
No
0031224: 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.0PR15Q4
2015-10-22 18:30hgbotCheckin
2015-10-22 18:30hgbotNote Added: 0081238
2015-10-22 18:30hgbotStatusscheduled => resolved
2015-10-22 18:30hgbotResolutionopen => fixed
2015-10-22 18:30hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q4/rev/3da3ec8d67a54c0a1ce7d8e842771df4e9bc7eba [^]
2015-10-22 18:30caristuReview Assigned To => AugustoMauch
2015-10-22 18:30caristuAssigned Toplatform => caristu
2015-10-23 09:19AugustoMauchNote Added: 0081244
2015-10-23 09:19AugustoMauchStatusresolved => closed
2015-10-23 09:19AugustoMauchFixed in Version => 3.0PR15Q4

Notes
(0081238)
hgbot   
2015-10-22 18:30   
Repository: erp/backports/3.0PR15Q4
Changeset: 3da3ec8d67a54c0a1ce7d8e842771df4e9bc7eba
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Oct 22 18:29:49 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q4/rev/3da3ec8d67a54c0a1ce7d8e842771df4e9bc7eba [^]

fixes issue 31224: Toolbar disappears under some circumnstances

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
---
(0081244)
AugustoMauch   
2015-10-23 09:19   
Code reviewed and verified in [1]@3da3ec8d67a5

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