Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012576Openbravo ERP01. General setuppublic2010-03-05 14:512010-03-16 08:41
plujan 
alostale 
urgentmajorhave not tried
closedfixed 
5
2.50MP12 
2.50MP142.50MP14 
Core
No
0012576: Having Quickstart installed, the Enterprise Module Management seems not to work properly
I 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.
1. 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)
No tags attached.
related to defect 00123262.50MP14 closed eduardo_Argal The Enterprise module management window doesn't work well. 
related to defect 0012176 closed dbaz You cannot choose a module in Module Management Console 
png 2_50mp12_EnterpriseModuleManagement_1.PNG (54,607) 2010-03-05 14:51
https://issues.openbravo.com/file_download.php?file_id=2312&type=bug
png

png 2_50mp12_EnterpriseModuleManagement_2.PNG (55,523) 2010-03-05 14:52
https://issues.openbravo.com/file_download.php?file_id=2313&type=bug
png

rar generated_code.rar (83) 2010-03-08 16:20
https://issues.openbravo.com/file_download.php?file_id=2320&type=bug
Issue History
2010-03-05 14:51plujanNew Issue
2010-03-05 14:51plujanAssigned To => dbaz
2010-03-05 14:51plujanFile Added: 2_50mp12_EnterpriseModuleManagement_1.PNG
2010-03-05 14:52plujanFile Added: 2_50mp12_EnterpriseModuleManagement_2.PNG
2010-03-05 14:52plujanNote Added: 0025085
2010-03-05 14:52plujanRelationship addedrelated to 0012326
2010-03-05 14:53plujanRelationship addedrelated to 0012176
2010-03-05 14:53plujanStatusnew => scheduled
2010-03-05 14:53plujanfix_in_branch => pi
2010-03-08 15:54dbazNote Added: 0025135
2010-03-08 15:55dbazIssue Monitored: dbaz
2010-03-08 15:57dbazIssue End Monitor: dbaz
2010-03-08 16:08dbazAssigned Todbaz => alostale
2010-03-08 16:09dbazIssue Monitored: dbaz
2010-03-08 16:09dbazIssue End Monitor: dbaz
2010-03-08 16:20dbazFile Added: generated_code.rar
2010-03-09 09:55networkbPriorityurgent => high
2010-03-09 09:55networkbTarget Version => 2.50MP14
2010-03-09 09:55networkbfix_in_branchpi =>
2010-03-09 10:23networkbPriorityhigh => urgent
2010-03-12 15:27hgbotCheckin
2010-03-12 15:27hgbotNote Added: 0025295
2010-03-12 15:27hgbotStatusscheduled => resolved
2010-03-12 15:27hgbotResolutionopen => fixed
2010-03-12 15:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/21035403a4bdeb6293f6e58a6ab55ff0df993d92 [^]
2010-03-15 11:48marvintmNote Added: 0025466
2010-03-15 11:48marvintmStatusresolved => closed
2010-03-15 11:48marvintmFixed in Version => 2.50MP14
2010-03-16 00:00anonymoussf_bug_id0 => 2970940
2010-03-16 08:41hudsonbotCheckin
2010-03-16 08:41hudsonbotNote Added: 0025512

Notes
(0025085)
plujan   
2010-03-05 14:52   
As a workaround, you can use the space key to switch the marker on and off
(0025135)
dbaz   
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   
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   
2010-03-15 11:48   
Verified that when you click on "CameraFactura", its that dataset the one which is selected.
(0025512)
hudsonbot   
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 [^]