Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0013633 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Modules] Central Repository | minor | have not tried | 2010-06-11 18:56 | 2010-07-08 17:32 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 8a594b7f0e9f | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Regression date | ||||||||
Regression introduced by commit | ||||||||
Regression level | ||||||||
Review Assigned To | ||||||||
Regression introduced in release | ||||||||
Summary | 0013633: [NewCR] Version List in ModuleTab page of forge sometimes does not show any versions (where it should) | |||||||
Description | Example url in production-forge: http://forge.openbravo.com/centralRepository?navigate=ModuleTab&projectId=400 [^] Several versions have been published for this module: latest 1.0.15 however the grid for the versions does not show any rows. Looking into the JSON data response from the CR used to fill the grid, shows that it contain 4 rows, which are not shown in the grid. | |||||||
Steps To Reproduce | http://forge.openbravo.com/centralRepository?navigate=ModuleTab&projectId=400 [^] Check list of versions and find it empty | |||||||
Tags | NewCR | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0028317) shuehner (administrator) 2010-06-11 18:58 |
Note: The code building the JSON in Grid.java of the CR code is the one place building JSON manually using STrings instead of a json-parser/generator. This together with special characters used in the json-data for this url could be the cause of this problem. |
(0028696) hgbot (developer) 2010-06-23 13:43 |
Repository: erp/pmods/org.openbravo.utility.centralrepository Changeset: 8a594b7f0e9f178b0319ab698e158dc66c7de85d Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Wed Jun 23 13:41:58 2010 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.utility.centralrepository/rev/8a594b7f0e9f178b0319ab698e158dc66c7de85d [^] fixed bug 13633: Version List in ModuleTab page of forge sometimes does not show any versions Use JSONObject to generate the JSON response instead of doing it manually. --- M src/org/openbravo/utility/centralrepository/grid/Grid.java --- |
(0029166) marvintm (developer) 2010-07-08 17:32 |
Fix looks correct. I can see the rows of every version of the module in the grid without problems. |
Issue History | |||
Date Modified | Username | Field | Change |
2010-06-11 18:56 | shuehner | New Issue | |
2010-06-11 18:56 | shuehner | Assigned To | => alostale |
2010-06-11 18:57 | shuehner | Tag Attached: NewCR | |
2010-06-11 18:58 | shuehner | Note Added: 0028317 | |
2010-06-14 13:01 | iciordia | Status | new => acknowledged |
2010-06-23 11:58 | alostale | Project | Openbravo ERP => Modules |
2010-06-23 11:59 | alostale | Category | A. Platform => Central Repository |
2010-06-23 13:43 | hgbot | Checkin | |
2010-06-23 13:43 | hgbot | Note Added: 0028696 | |
2010-06-23 13:43 | hgbot | Status | acknowledged => resolved |
2010-06-23 13:43 | hgbot | Resolution | open => fixed |
2010-06-23 13:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.utility.centralrepository/rev/8a594b7f0e9f178b0319ab698e158dc66c7de85d [^] |
2010-07-08 17:32 | marvintm | Note Added: 0029166 | |
2010-07-08 17:32 | marvintm | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |