Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0005344 | Openbravo ERP | B. User interface | public | 2008-09-30 14:37 | 2008-12-03 19:41 |
Reporter | CrosiarCM | ||||
Assigned To | dbaz | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 20 | OS Version | Debian Unstable | |
Product Version | pi | ||||
Target Version | Fixed in Version | pi | |||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0005344: WindowTree fails to persist changes to the tree after DragnDrop and click events fail | ||||
Description | This is caused by the use of UUIDs. Click events fail because the UUIDs passed to the click events are not quoted. The drag/drop fails due to all non-numeric letters being strip from the UUID at drag/drop time. | ||||
Steps To Reproduce | Click or dbl-click on any tree items in the WindowTree or drag/drop a tree item to a new location in the tree. Specifically, open the tree view of the organizations and attempt to drap/drop a child organization into a summary organization. | ||||
Proposed Solution | For the click events, place single quotes around the passed UUID. For the drag/drop, place an underscore between the text portion of the id and the UUID so that the UUID can safely be striped off later when the drag/drop is completed. See attached patch... | ||||
Additional Information | |||||
Tags | UUID project | ||||
Relationships | |||||
Attached Files | fixTree.diff (4,664) 2008-09-30 14:37 https://issues.openbravo.com/file_download.php?file_id=294&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2008-09-30 14:37 | CrosiarCM | New Issue | |||
2008-09-30 14:37 | CrosiarCM | Assigned To | => cromero | ||
2008-09-30 14:37 | CrosiarCM | sf_bug_id | 0 => 2138164 | ||
2008-09-30 14:37 | CrosiarCM | File Added: fixTree.diff | |||
2008-09-30 14:42 | rafaroda | Tag Attached: UUID project | |||
2008-09-30 14:55 | CrosiarCM | Issue Monitored: CrosiarCM | |||
2008-10-06 10:51 | cromero | Status | new => scheduled | ||
2008-10-06 10:51 | cromero | Assigned To | cromero => dbaz | ||
2008-10-06 10:51 | cromero | fix_in_branch | => trunk | ||
2008-11-12 11:03 | pjuvara | Priority | normal => urgent | ||
2008-11-12 11:03 | pjuvara | fix_in_branch | trunk => | ||
2008-11-12 15:34 | dbaz | Status | scheduled => resolved | ||
2008-11-12 15:34 | dbaz | Fixed in Version | => trunk | ||
2008-11-12 15:34 | dbaz | svn_revision | => 8905 | ||
2008-11-12 15:34 | dbaz | Resolution | open => fixed | ||
2008-11-12 15:34 | dbaz | Note Added: 0010196 | |||
2008-12-03 19:41 | psarobe | Regression testing | => No | ||
2008-12-03 19:41 | psarobe | Status | resolved => closed |
Notes | |||||
|
|||||
|
|