Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026636Openbravo ERPA. Platformpublic2014-05-20 16:402014-05-26 08:19
AugustoMauch 
AugustoMauch 
urgentmajorhave not tried
closedfixed 
5
 
3.0PR14Q3 
alostale
Core
Automated tests
2014-05-20
https://code.openbravo.com/erp/devel/pi/diff/7585dd17e9b4/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js [^]
No
0026636: Error in int-checks-pgsql
The merge of the Tree Improvements project has broken the int-checks-pgsql

https://ci.openbravo.com/job/int-checks-pgsql/510/consoleText [^]

...
jslint:./modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js:186:37:'showTreeGrid' is not defined.
jslint:./modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js:201:7:'showTreeGrid' is not defined.
...
See https://ci.openbravo.com/job/int-checks-pgsql/510/consoleText [^]
No tags attached.
Issue History
2014-05-20 16:40AugustoMauchNew Issue
2014-05-20 16:40AugustoMauchAssigned To => AugustoMauch
2014-05-20 16:40AugustoMauchModules => Core
2014-05-20 16:40AugustoMauchTriggers an Emergency Pack => No
2014-05-20 16:41AugustoMauchRegression level => Automated tests
2014-05-20 16:41AugustoMauchRegression date => 2014-05-20
2014-05-20 16:41AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/diff/7585dd17e9b4/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js [^]
2014-05-20 17:14AugustoMauchIssue Monitored: alostale
2014-05-20 17:14AugustoMauchReview Assigned To => alostale
2014-05-20 17:15hgbotCheckin
2014-05-20 17:15hgbotNote Added: 0067320
2014-05-20 17:15hgbotStatusnew => resolved
2014-05-20 17:15hgbotResolutionopen => fixed
2014-05-20 17:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/5f805d20cad76b6e131ccec63e2aa73a6c3050ce [^]
2014-05-21 18:34hudsonbotCheckin
2014-05-21 18:34hudsonbotNote Added: 0067348
2014-05-26 08:19alostaleNote Added: 0067426
2014-05-26 08:19alostaleStatusresolved => closed
2014-05-26 08:19alostaleFixed in Version => PR14Q3

Notes
(0067320)
hgbot   
2014-05-20 17:15   
Repository: erp/devel/pi
Changeset: 5f805d20cad76b6e131ccec63e2aa73a6c3050ce
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue May 20 17:11:03 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5f805d20cad76b6e131ccec63e2aa73a6c3050ce [^]

Fixes issue 26636: Error in int-checks-pgsql

Before a refactor, the showTreeGrid attribute was declared, initialized and used in a function. After this refactor, the attribute is declared and initialized in a function, and used in another, without being declared in the latter function.

To fix this, now the first functions passes the showTreeGrid attribute as an argument to the second function.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js
---
(0067348)
hudsonbot   
2014-05-21 18:34   
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/30be5c8a933a [^]
Maturity status: Test
(0067426)
alostale   
2014-05-26 08:19   
code reviewed + tested