Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0012576 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | major | have not tried | 2010-03-05 14:51 | 2010-03-16 08:41 | |||
Reporter | plujan | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 2.50MP14 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 21035403a4bd | ||||
Projection | none | ETA | none | Target Version | 2.50MP14 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50MP12 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0012576: Having Quickstart installed, the Enterprise Module Management seems not to work properly | |||||||
Description | 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. | |||||||
Steps To Reproduce | 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) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() ![]() ![]() | |||||||
![]() |
|||||||||||||||
|
![]() |
|
(0025085) plujan (viewer) 2010-03-05 14:52 |
As a workaround, you can use the space key to switch the marker on and off |
(0025135) dbaz (viewer) 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 (viewer) 2010-03-15 11:48 |
Verified that when you click on "CameraFactura", its that dataset the one which is selected. |
(0025512) hudsonbot (viewer) 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 [^] |
![]() |
|||
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:51 | plujan | OBNetwork customer | => No |
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 | OBNetwork customer | No => Yes |
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 |