Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0012576
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 01. General setupmajorhave not tried2010-03-05 14:512010-03-16 08:41
ReporterplujanView Statuspublic 
Assigned Toalostale 
PriorityurgentResolutionfixedFixed in Version2.50MP14
StatusclosedFix in branchFixed in SCM revision21035403a4bd
ProjectionnoneETAnoneTarget Version2.50MP14
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP12SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0012576: Having Quickstart installed, the Enterprise Module Management seems not to work properly

DescriptionI have installed Quickstart. Then, in General Setup > Enterprise > Enterprise Module Management, I have a list of Reference Data to apply. But if I select some of those modules, when clicking the corresponding checkbox, a different one is marked. See steps.
Steps To Reproduce1. In a context with Quick Start Spain installed, go to General Setup > Enterprise > Enterprise Module Management
2. In the list of modules, seek for Camerfactura (see screenshot 1)
3. Click the checkbox. A check in Initial data load appears (see screenshot 2)
TagsNo tags attached.
Attached Filespng file icon 2_50mp12_EnterpriseModuleManagement_1.PNG [^] (54,607 bytes) 2010-03-05 14:51


png file icon 2_50mp12_EnterpriseModuleManagement_2.PNG [^] (55,523 bytes) 2010-03-05 14:52


rar file icon generated_code.rar [^] (83 bytes) 2010-03-08 16:20

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00123262.50MP14 closededuardo_Argal The Enterprise module management window doesn't work well. 
related to defect 0012176 closeddbaz You cannot choose a module in Module Management Console 

-  Notes
(0025085)
plujan (manager)
2010-03-05 14:52

As a workaround, you can use the space key to switch the marker on and off
(0025135)
dbaz (developer)
2010-03-08 15:54

The bug is in the generated code:

each row has this code

...
<div class="Tree_Row" id="node_wharever" name="node_XX"...>
...
<div class="Tree_Checkbox_visible"><input id="inpNodes_whatever" name="inpNodes" type="checkbox" value="whatever" onclick="gt_checkToggleNode('XX', 'node', true);" onfocus="this.blur();"></input></div>
...

where XX in both cases is 1,2,3,4,... or 1.1, 1.2 or 1.1.1 or 3.1.2 or whatever. I mean, a number that reperesents the hierarchical position of the node.

The problem is that in generated code, from node_5 and ahead, we have again node_2, node_1 (which are repeated).

So when clicking on some of this bad numbered node, the first numbered one get selected
(0025295)
hgbot (developer)
2010-03-12 15:27

Repository: erp/devel/pi
Changeset: 21035403a4bdeb6293f6e58a6ab55ff0df993d92
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Mar 12 15:33:06 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/21035403a4bdeb6293f6e58a6ab55ff0df993d92 [^]

fixed bug 12576: Having Quickstart installed, the Enterprise Module Management seems not to work properly

---
M src/org/openbravo/erpCommon/modules/ModuleReferenceDataClientTree.java
M src/org/openbravo/erpCommon/modules/ModuleReferenceDataOrgTree.java
---
(0025466)
marvintm (developer)
2010-03-15 11:48

Verified that when you click on "CameraFactura", its that dataset the one which is selected.
(0025512)
hudsonbot (developer)
2010-03-16 08:41

A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/21035403a4bd [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/3e52c5b52d67 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.16713.obx [^]

- Issue History
Date Modified Username Field Change
2010-03-05 14:51 plujan New Issue
2010-03-05 14:51 plujan Assigned To => dbaz
2010-03-05 14:51 plujan File Added: 2_50mp12_EnterpriseModuleManagement_1.PNG
2010-03-05 14:52 plujan File Added: 2_50mp12_EnterpriseModuleManagement_2.PNG
2010-03-05 14:52 plujan Note Added: 0025085
2010-03-05 14:52 plujan Relationship added related to 0012326
2010-03-05 14:53 plujan Relationship added related to 0012176
2010-03-05 14:53 plujan Status new => scheduled
2010-03-05 14:53 plujan fix_in_branch => pi
2010-03-08 15:54 dbaz Note Added: 0025135
2010-03-08 15:55 dbaz Issue Monitored: dbaz
2010-03-08 15:57 dbaz Issue End Monitor: dbaz
2010-03-08 16:08 dbaz Assigned To dbaz => alostale
2010-03-08 16:09 dbaz Issue Monitored: dbaz
2010-03-08 16:09 dbaz Issue End Monitor: dbaz
2010-03-08 16:20 dbaz File Added: generated_code.rar
2010-03-09 09:55 networkb Priority urgent => high
2010-03-09 09:55 networkb Target Version => 2.50MP14
2010-03-09 09:55 networkb fix_in_branch pi =>
2010-03-09 10:23 networkb Priority high => urgent
2010-03-12 15:27 hgbot Checkin
2010-03-12 15:27 hgbot Note Added: 0025295
2010-03-12 15:27 hgbot Status scheduled => resolved
2010-03-12 15:27 hgbot Resolution open => fixed
2010-03-12 15:27 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/21035403a4bdeb6293f6e58a6ab55ff0df993d92 [^]
2010-03-15 11:48 marvintm Note Added: 0025466
2010-03-15 11:48 marvintm Status resolved => closed
2010-03-15 11:48 marvintm Fixed in Version => 2.50MP14
2010-03-16 00:00 anonymous sf_bug_id 0 => 2970940
2010-03-16 08:41 hudsonbot Checkin
2010-03-16 08:41 hudsonbot Note Added: 0025512


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker