Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026386 | Openbravo ERP | A. Platform | public | 2014-04-25 12:05 | 2014-12-30 23:28 |
|
Reporter | AugustoMauch | |
Assigned To | inigosanchez | |
Priority | high | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0026386: Process buttons are not shown in the tree grid view if no records are selected in the standard grid view |
Description | Process buttons are not shown in the tree grid view if no records are selected in the standard grid view. |
Steps To Reproduce | As F&B Admin:
- Open the Assets window
- Create an asset named '1'. Leave the Static and Depreciate flags unchecked
- Click on the 'Almacén' asset. Check that the 'Create Amortization' button is shown. This is OK.
- Click on the '1' asset. Check that the 'Create Amortization' button is not shown. This is OK.
- Make sure no record is selected in the grid, and move to the tree grid view
- Click on the 'Almacén' asset. Check that the 'Create Amortization' button is not shown. This is wrong. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | causes | defect | 0028431 | 3.0PR15Q1 | closed | alostale | some buttons are shown without having any record selected |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-04-25 12:05 | AugustoMauch | New Issue | |
2014-04-25 12:05 | AugustoMauch | Assigned To | => AugustoMauch |
2014-04-25 12:05 | AugustoMauch | Modules | => Core |
2014-04-25 12:05 | AugustoMauch | OBNetwork customer | => No |
2014-04-25 12:05 | AugustoMauch | Triggers an Emergency Pack | => No |
2014-11-28 09:49 | alostale | Assigned To | AugustoMauch => inigosanchez |
2014-12-10 13:19 | inigosanchez | Issue Monitored: alostale | |
2014-12-10 13:22 | inigosanchez | Review Assigned To | => alostale |
2014-12-10 13:22 | inigosanchez | Resolution | open => fixed |
2014-12-10 13:24 | hgbot | Checkin | |
2014-12-10 13:24 | hgbot | Note Added: 0072396 | |
2014-12-10 13:25 | hgbot | Status | new => resolved |
2014-12-10 13:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5dc9dbf38c2299290c87c495a6c9653c79a31171 [^] |
2014-12-10 14:05 | alostale | Note Added: 0072399 | |
2014-12-10 14:05 | alostale | Status | resolved => closed |
2014-12-10 14:05 | alostale | Fixed in Version | => 3.0PR15Q1 |
2014-12-17 10:29 | alostale | Relationship added | causes 0028431 |
2014-12-17 11:16 | hgbot | Checkin | |
2014-12-17 11:16 | hgbot | Note Added: 0072610 | |
2014-12-17 11:16 | hgbot | Checkin | |
2014-12-17 11:16 | hgbot | Note Added: 0072612 | |
2014-12-17 11:16 | hgbot | Status | closed => resolved |
2014-12-17 11:16 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/5dc9dbf38c2299290c87c495a6c9653c79a31171 [^] => http://code.openbravo.com/erp/devel/pi/rev/802c2c259fb8c4fa3c054b5c5254a3c6e9a551ea [^] |
2014-12-17 11:16 | alostale | Status | resolved => closed |
2014-12-30 23:27 | hudsonbot | Checkin | |
2014-12-30 23:27 | hudsonbot | Note Added: 0073203 | |
2014-12-30 23:27 | hudsonbot | Checkin | |
2014-12-30 23:27 | hudsonbot | Note Added: 0073231 | |
2014-12-30 23:28 | hudsonbot | Checkin | |
2014-12-30 23:28 | hudsonbot | Note Added: 0073232 | |
2014-12-30 23:28 | hudsonbot | Checkin | |
2014-12-30 23:28 | hudsonbot | Note Added: 0073234 | |
Notes |
|
(0072396)
|
hgbot
|
2014-12-10 13:24
|
|
Repository: erp/devel/pi
Changeset: 5dc9dbf38c2299290c87c495a6c9653c79a31171
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Wed Dec 10 13:20:48 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/5dc9dbf38c2299290c87c495a6c9653c79a31171 [^]
Fixed issue 26386: Process buttons are not shown in the tree grid view.
Process buttons are not shown in the tree grid view if no records are selected in
the standard grid view.
It has been solved by controlling the current view: tree grid view or grid view.
Now, Process buttons are shown in the tree grid view if no records are selected in
the standard grid view.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-action-button.js
---
|
|
|
|
code reviewed
tested following steps to reproduce + different combinations of selected records |
|
|
(0072610)
|
hgbot
|
2014-12-17 11:16
|
|
Repository: erp/devel/pi
Changeset: ff40e616d7ebf5e5d80e2716a14f1117122034d1
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Dec 17 10:34:10 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ff40e616d7ebf5e5d80e2716a14f1117122034d1 [^]
related to bug 28431, related to bug 26386: revert previous changeset
Removing previuos changeset to fix issue 26386 because it causes 28431
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-action-button.js
---
|
|
|
(0072612)
|
hgbot
|
2014-12-17 11:16
|
|
Repository: erp/devel/pi
Changeset: 802c2c259fb8c4fa3c054b5c5254a3c6e9a551ea
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Dec 17 11:15:15 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/802c2c259fb8c4fa3c054b5c5254a3c6e9a551ea [^]
fixed bug 28431, fixed bug 26386: fixed button display logic
It takes into account whether current view is grid or tree
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-action-button.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|