Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038922Openbravo ERPA. Platformpublic2018-07-09 17:302018-08-10 08:49
Leyre 
jarmendariz 
highmajoralways
closedfixed 
5
 
3.0PR18Q4 
alostale
Core
No
0038922: The variants of a product are not shown.
When you press the button "Manage Variants" in product window, and there are several variants defined, the new window does not show the variants, even you clean the filters.

If there are few variants defined, it works correctly.
See the following video:

https://youtu.be/0GM_TrtgJQA [^]

No tags attached.
related to defect 00268673.0PR14Q4 closed daniOpenbravo The manage variants process causes the server crash with a big amount of possible combinations. 
Issue History
2018-07-09 17:30LeyreNew Issue
2018-07-09 17:30LeyreAssigned To => platform
2018-07-09 17:30LeyreModules => Core
2018-07-09 17:30LeyreResolution time => 1532901600
2018-07-09 17:30LeyreTriggers an Emergency Pack => No
2018-07-16 15:57PracticsIssue Monitored: Practics
2018-07-24 18:34ngarciaRelationship addedrelated to 0026867
2018-07-31 16:58jarmendarizStatusnew => acknowledged
2018-08-03 13:51hgbotCheckin
2018-08-03 13:51hgbotNote Added: 0106159
2018-08-03 13:51hgbotStatusacknowledged => resolved
2018-08-03 13:51hgbotResolutionopen => fixed
2018-08-03 13:51hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/984e19080e172ee1598ae09d07e97a355f02fdc6 [^]
2018-08-03 13:52jarmendarizAssigned Toplatform => jarmendariz
2018-08-03 13:52jarmendarizReview Assigned To => alostale
2018-08-08 13:06hudsonbotCheckin
2018-08-08 13:06hudsonbotNote Added: 0106240
2018-08-10 08:49alostaleNote Added: 0106273
2018-08-10 08:49alostaleStatusresolved => closed
2018-08-10 08:49alostaleFixed in Version => 3.0PR18Q4

Notes
(0106159)
hgbot   
2018-08-03 13:51   
Repository: erp/devel/pi
Changeset: 984e19080e172ee1598ae09d07e97a355f02fdc6
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Wed Aug 01 13:42:45 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/984e19080e172ee1598ae09d07e97a355f02fdc6 [^]

Fixed issue 38922: The variants of a product are not shown.

Currently the manage variants datasource is limited to 1000 variants, and
if this limit is exceeded no data is calculated even if performing filters.
This process needs further optimization and refactor.
This changeset adds the possibility of showing an error message when a exception
in the datasource is thrown. This let us to show a different message when
variants limit is exceeded or no variants are available.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ReadOnlyDataSourceService.java
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/materialmgmt/ManageVariantsDS.java
M web/js/productCharacteristicsProcess.js
---
(0106240)
hudsonbot   
2018-08-08 13:06   
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/bfd7a414183a [^]
Maturity status: Test
(0106273)
alostale   
2018-08-10 08:48   
Reviewed and tested: although it is still not possible to operate in this popup with more than 1K characteristics, not even filtering them, now different messages are displayed when in this situation or if there are no records to show.