Openbravo Issue Tracking System - Modules
View Issue Details
0013639ModulesCentral Repositorypublic2010-06-14 11:442010-07-08 17:48
vmromanos 
alostale 
normalmajoralways
closedfixed 
20Debian 5.0
 
 
0013639: My modules does not work when you have too many modules
The "My modules" section inside "My profile" in the Openbravo's forge does not work when you have too many modules. The "loading" icon is always displayed and you never get your module's list.

This is a very important bug since it doesn't allow you to link a module and a project.
1. Have lots of modules
2. Go to my profile inside the Openbravo's forge
Observe the 414 error displayed using firebug. It seems the parameters' length is too large for the HTTP Get method.
NewCR
txt vmromanos_mymodule.txt (43,902) 2010-06-14 11:44
https://issues.openbravo.com/file_download.php?file_id=2675&type=bug
jpg too_large.jpg (90,933) 2010-06-14 11:44
https://issues.openbravo.com/file_download.php?file_id=2677&type=bug
jpg
Issue History
2010-06-14 11:44vmromanosNew Issue
2010-06-14 11:44vmromanosAssigned To => alostale
2010-06-14 11:44vmromanosFile Added: vmromanos_mymodule.txt
2010-06-14 11:44vmromanosFile Added: too_large.jpg
2010-06-14 11:48shuehnerTag Attached: NewCR
2010-06-23 16:47hgbotCheckin
2010-06-23 16:47hgbotNote Added: 0028704
2010-06-23 16:47hgbotStatusnew => resolved
2010-06-23 16:47hgbotResolutionopen => fixed
2010-06-23 16:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.utility.centralrepository/rev/20905e3f0651224c0a3d61aab0b81deb7504e25c [^]
2010-07-08 17:48marvintmNote Added: 0029167
2010-07-08 17:48marvintmStatusresolved => closed

Notes
(0028704)
hgbot   
2010-06-23 16:47   
Repository: erp/pmods/org.openbravo.utility.centralrepository
Changeset: 20905e3f0651224c0a3d61aab0b81deb7504e25c
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Jun 23 16:47:24 2010 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.utility.centralrepository/rev/20905e3f0651224c0a3d61aab0b81deb7504e25c [^]

fixed bug 13639: My modules does not work when you have too many modules

  Change GET call to help page in forge to POST in order to allow longer lists of modules.

  Note that this change requires new helper.php file in forge.

---
M src/org/openbravo/utility/centralrepository/ui/pub/ModuleList-header.html
M src/org/openbravo/utility/centralrepository/ui/sso/DeleteModule.java
M src/org/openbravo/utility/centralrepository/ui/sso/MyModules.java
---
(0029167)
marvintm   
2010-07-08 17:48   
Tested with 25 modules, and although it took some seconds, the My Modules section finally was updated with all the correct information.