Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026383Openbravo ERPA. Platformpublic2014-04-25 11:122015-03-06 12:23
AugustoMauch 
inigosanchez 
urgentmajorhave not tried
closedfixed 
5
 
3.0PR14Q43.0PR14Q4 
AugustoMauch
Core
No
0026383: If the delete toolbar button is pushed in the tree grid view, the deleted record is the one selected in the standard grid view.
If the delete toolbar button is pushed in the tree grid view, the deleted record is the one selected in the standard grid view.
As F&B Admin:
- Open the Assets window
- Create two assets, one named '1' and one named '2'.
- Make sure no records are selected in the standard grid view
- Open the tree grid view
- Click on the node '1'. The delete toolbar button is not enabled, this is wrong.
- Go back to the standard grid view. Select the node '2'.
- Open the tree grid view, select the node '1', click on the delete toolbar button and refresh.
- The node '2' has been deleted, this is wrong.
No tags attached.
caused by feature request 00259063.0PR14Q2 closed AugustoMauch Tree Extension Project 
has duplicate defect 0029163 closed AugustoMauch The new and save button disabled on a child tab when using the tree mode on the header if it has been opened without selection 
related to defect 0036611 closed inigosanchez 2nd attempt to 'Delete row' after first delete was stopped does not work and shows 'Deleting ...' forever 
blocks defect 00263843.0PR14Q4 closed inigosanchez The tree grid view is not refreshed after deleting a record 
Issue History
2014-04-25 11:12AugustoMauchNew Issue
2014-04-25 11:12AugustoMauchAssigned To => AugustoMauch
2014-04-25 11:12AugustoMauchModules => Core
2014-04-25 11:12AugustoMauchTriggers an Emergency Pack => No
2014-04-25 11:18AugustoMauchRelationship addedblocks 0026384
2014-06-20 12:34alostaleTarget Version => PR14Q4
2014-09-04 10:47inigosanchezAssigned ToAugustoMauch => inigosanchez
2014-09-04 10:58inigosanchezIssue Monitored: AugustoMauch
2014-09-04 10:59inigosanchezReview Assigned To => AugustoMauch
2014-09-04 10:59hgbotCheckin
2014-09-04 10:59hgbotNote Added: 0069958
2014-09-04 10:59hgbotStatusnew => resolved
2014-09-04 10:59hgbotResolutionopen => fixed
2014-09-04 10:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f512f9736b7ec1c3b847e5529803dee3121896de [^]
2014-09-04 12:52hgbotCheckin
2014-09-04 12:52hgbotNote Added: 0069960
2014-09-05 14:52hudsonbotCheckin
2014-09-05 14:52hudsonbotNote Added: 0069985
2014-09-05 14:52hudsonbotCheckin
2014-09-05 14:52hudsonbotNote Added: 0069986
2014-09-08 18:34AugustoMauchNote Added: 0070025
2014-09-08 18:34AugustoMauchStatusresolved => closed
2014-09-08 18:34AugustoMauchFixed in Version => 3.0PR14Q4
2015-03-06 11:08AugustoMauchRelationship addedhas duplicate 0029163
2015-03-06 12:22AugustoMauchRelationship addedhas duplicate 0029166
2015-03-06 12:23AugustoMauchRelationship addedcaused by 0025906
2017-09-12 10:17alostaleRelationship addedrelated to 0036611

Notes
(0069958)
hgbot   
2014-09-04 10:59   
Repository: erp/devel/pi
Changeset: f512f9736b7ec1c3b847e5529803dee3121896de
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Thu Sep 04 10:57:16 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f512f9736b7ec1c3b847e5529803dee3121896de [^]

Fixes issue 26383: If the delete toolbar button is pushed in treeGridView, selected record is not delete properly.

It has been solved by controlling the current view: tree grid view or grid view. Now, it can be possible delete in tree
grid view in normal way.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
---
(0069960)
hgbot   
2014-09-04 12:52   
Repository: erp/devel/pi
Changeset: 37e6593b3db7167f5b27bd60baa77120ccf28370
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Sep 04 12:51:59 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/37e6593b3db7167f5b27bd60baa77120ccf28370 [^]

Related to issue 26383: Prevents jslint error

The currentGrid attribute was being used without being previously defined.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0069985)
hudsonbot   
2014-09-05 14:52   
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/31b085cc025e [^]
Maturity status: Test
(0069986)
hudsonbot   
2014-09-05 14:52   
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/31b085cc025e [^]
Maturity status: Test
(0070025)
AugustoMauch   
2014-09-08 18:34   
Code reviewed and verified in pi@4e439ac1ded2