Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039725 | Openbravo ERP | A. Platform | public | 2018-11-30 14:03 | 2018-12-14 10:50 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q1 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0039725: ViewGeneration fails in retail CI |
Description | ViewGeneration test cases are failing in CI. |
Steps To Reproduce | 1. Install retail pack
2. run ant run.all.tests
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0039699 | | closed | caristu | Openbravo ERP | SortingFilteringGridConfiguration is failing when it should be skipped | caused by | design defect | 0039360 | | closed | gorka_gil | Retail Modules | Terminal Log : Improve log client with cashier actions and processes start/end info |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-11-30 14:03 | alostale | New Issue | |
2018-11-30 14:03 | alostale | Assigned To | => platform |
2018-11-30 14:03 | alostale | Modules | => Core |
2018-11-30 14:03 | alostale | Triggers an Emergency Pack | => No |
2018-11-30 14:07 | hgbot | Checkin | |
2018-11-30 14:07 | hgbot | Note Added: 0108191 | |
2018-11-30 15:06 | alostale | Relationship added | related to 0039699 |
2018-11-30 15:06 | alostale | Relationship added | caused by 0039360 |
2018-11-30 15:06 | alostale | Assigned To | platform => alostale |
2018-11-30 15:15 | hgbot | Checkin | |
2018-11-30 15:15 | hgbot | Note Added: 0108195 | |
2018-11-30 15:15 | hgbot | Status | new => resolved |
2018-11-30 15:15 | hgbot | Resolution | open => fixed |
2018-11-30 15:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d45f2b8d352e6f50633ca09570d34f8ed304418a [^] |
2018-11-30 15:16 | alostale | Review Assigned To | => caristu |
2018-12-11 20:22 | hudsonbot | Checkin | |
2018-12-11 20:22 | hudsonbot | Note Added: 0108508 | |
2018-12-11 20:22 | hudsonbot | Checkin | |
2018-12-11 20:22 | hudsonbot | Note Added: 0108509 | |
2018-12-14 10:50 | caristu | Note Added: 0108602 | |
2018-12-14 10:50 | caristu | Status | resolved => closed |
2018-12-14 10:50 | caristu | Fixed in Version | => 3.0PR19Q1 |
Notes |
|
(0108191)
|
hgbot
|
2018-11-30 14:07
|
|
|
|
(0108195)
|
hgbot
|
2018-11-30 15:15
|
|
Repository: erp/devel/pi
Changeset: d45f2b8d352e6f50633ca09570d34f8ed304418a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Nov 30 15:14:27 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d45f2b8d352e6f50633ca09570d34f8ed304418a [^]
fixed bug 39725: ViewGeneration fails in retail CI
Retail now has a new grid configuration which caused:
1. SortingFilteringGridConfiguration to be skipped as it is detected as custom
grid config.
2. SortingFilteringGridConfiguration to leave core module in an inconsistent
state having isIndevelopment = null
This fix:
* Ensures even skipped SortingFilteringGridConfiguration core is kept in a
correct state
* Registers the new grid config so that SortingFilteringGridConfiguration is
executed
* Recovers ViewGeneration execution
---
M src-test/src/org/openbravo/test/views/GridConfigurationTest.java
M src-test/src/org/openbravo/test/views/SortingFilteringGridConfiguration.java
M src-test/src/org/openbravo/test/views/ViewGeneration.java
---
|
|
|
|
|
|
|
|
|
|
Code reviewed + tested OK. |
|