Openbravo Issue Tracking System - Modules
View Issue Details
0013550ModulesCentral Repositorypublic2010-06-07 12:152010-07-08 17:55
shuehner 
alostale 
normalminorhave not tried
closedfixed 
5
 
 
0013550: [NewCR] Registered/not associated modules should get different link in ModuleList view in forge
When clicking on a just registered, not yet associated module you get a page saying 'Module not found!'.

So using the link is not useful. Production forge in this case uses another link not trying to show module details at all.
NewCR
png 13550.png (110,647) 2010-06-09 19:17
https://issues.openbravo.com/file_download.php?file_id=2658&type=bug
png
Issue History
2010-06-07 12:15shuehnerNew Issue
2010-06-07 12:15shuehnerAssigned To => alostale
2010-06-07 12:15shuehnerTag Attached: NewCR
2010-06-08 17:45hgbotCheckin
2010-06-08 17:45hgbotNote Added: 0028193
2010-06-08 17:45hgbotStatusnew => resolved
2010-06-08 17:45hgbotResolutionopen => fixed
2010-06-08 17:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.utility.centralrepository/rev/8dadae91b247b3b779cb96c3bb534ffe9d185717 [^]
2010-06-09 19:17shuehnerNote Added: 0028229
2010-06-09 19:17shuehnerStatusresolved => new
2010-06-09 19:17shuehnerResolutionfixed => open
2010-06-09 19:17shuehnerFile Added: 13550.png
2010-06-09 19:18shuehnerNote Added: 0028230
2010-06-09 19:20shuehnerNote Added: 0028231
2010-06-14 13:01iciordiaStatusnew => acknowledged
2010-06-23 11:58alostaleProjectOpenbravo ERP => Modules
2010-06-23 11:59alostaleCategoryA. Platform => Central Repository
2010-06-23 17:19hgbotCheckin
2010-06-23 17:19hgbotNote Added: 0028705
2010-06-23 17:19hgbotStatusacknowledged => resolved
2010-06-23 17:19hgbotResolutionopen => fixed
2010-06-23 17:19hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.utility.centralrepository/rev/8dadae91b247b3b779cb96c3bb534ffe9d185717 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.utility.centralrepository/rev/c12de04d7ab69323e90b2fb54481bd1d0d8562c8 [^]
2010-07-08 17:55marvintmNote Added: 0029168
2010-07-08 17:55marvintmStatusresolved => closed

Notes
(0028193)
hgbot   
2010-06-08 17:45   
Repository: erp/pmods/org.openbravo.utility.centralrepository
Changeset: 8dadae91b247b3b779cb96c3bb534ffe9d185717
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jun 08 17:45:27 2010 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.utility.centralrepository/rev/8dadae91b247b3b779cb96c3bb534ffe9d185717 [^]

fixed bug 13550: Don't add link for modules wihtout published versions

---
M src/org/openbravo/utility/centralrepository/ui/pub/ModuleList.java
---
(0028229)
shuehner   
2010-06-09 19:17   
Fix not working at all in real environment. Problem is that # gets evaluated in the context of the centralrepository... url to get the right side of the view instead of the context of the calling forge page.

See screenshot for current result after clicking on a link for a newly registered module in the ModuleList.
(0028230)
shuehner   
2010-06-09 19:18   
As can be seen in the screenshot all the surrounding content of the forge is gone and the browser url changed to the centralrepository-url.
(0028231)
shuehner   
2010-06-09 19:20   
Note: to test this use the module with name test13550 registered in the stage CR.
(0028705)
hgbot   
2010-06-23 17:19   
Repository: erp/pmods/org.openbravo.utility.centralrepository
Changeset: c12de04d7ab69323e90b2fb54481bd1d0d8562c8
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Jun 23 17:18:50 2010 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.utility.centralrepository/rev/c12de04d7ab69323e90b2fb54481bd1d0d8562c8 [^]

fixed bug 13550: [NewCR] Registered/not associated modules should get different link in ModuleList view in forge

---
M src/org/openbravo/utility/centralrepository/ui/pub/ModuleList-detail.xml
M src/org/openbravo/utility/centralrepository/ui/pub/ModuleList.java
---
(0029168)
marvintm   
2010-07-08 17:55   
Now the link correctly takes you to a page in which you can associate the module to an existing project, or create a new project.