Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016719 | Openbravo ERP | A. Platform | public | 2011-04-08 10:29 | 2011-05-12 13:28 |
|
Reporter | malsasua | |
Assigned To | AinhoaPagola | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | 3.0RC5 | |
Target Version | 3.0RC7 | Fixed in Version | 3.0RC7 | |
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 | 0016719: you can delete a tree node with sons |
Description | in account tree, you can delete a node with sons.
Then, the sons of the node deleted have not been displayed |
Steps To Reproduce | . financial accounting -> accounting -> setup -> account tree -> element value
open the tree: account 2000 is displayed, with son 20000
delete account 2000
account 20000 is not displayed |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0016720 | 2.50MP30 | closed | adrianromero | you can delete a tree node with sons | has duplicate | defect | 0014249 | | closed | jonalegriaesarte | delete element value lost tree childs |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-04-08 10:29 | malsasua | New Issue | |
2011-04-08 10:29 | malsasua | Assigned To | => alostale |
2011-04-08 10:29 | malsasua | Modules | => Core |
2011-04-08 10:29 | malsasua | OBNetwork customer | => Yes |
2011-04-08 10:31 | malsasua | Issue cloned | 0016720 |
2011-04-08 10:31 | malsasua | Relationship added | depends on 0016720 |
2011-04-08 10:32 | malsasua | Priority | urgent => high |
2011-04-08 10:32 | malsasua | Severity | major => minor |
2011-04-11 10:05 | alostale | Assigned To | alostale => adrianromero |
2011-04-26 16:22 | dalsasua | Issue Monitored: networkb | |
2011-04-28 11:13 | dalsasua | Priority | high => immediate |
2011-04-28 13:43 | AinhoaPagola | Assigned To | adrianromero => AinhoaPagola |
2011-04-29 09:02 | hgbot | Checkin | |
2011-04-29 09:02 | hgbot | Note Added: 0036196 | |
2011-04-29 09:02 | hgbot | Status | new => resolved |
2011-04-29 09:02 | hgbot | Resolution | open => fixed |
2011-04-29 09:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/aed2a68566d25445d27e38f56d8674da72e23d88 [^] |
2011-04-29 11:18 | AinhoaPagola | Note Added: 0036201 | |
2011-05-02 11:38 | malsasua | Note Added: 0036248 | |
2011-05-02 11:38 | malsasua | Status | resolved => closed |
2011-05-02 11:38 | malsasua | Fixed in Version | => 3.0RC7 |
2011-05-03 00:02 | anonymous | sf_bug_id | 0 => 3296514 |
2011-05-12 13:28 | hudsonbot | Checkin | |
2011-05-12 13:28 | hudsonbot | Note Added: 0036782 | |
2011-09-19 10:17 | dalsasua | Relationship added | has duplicate 0014249 |
Notes |
|
(0036196)
|
hgbot
|
2011-04-29 09:02
|
|
Repository: erp/devel/pi
Changeset: aed2a68566d25445d27e38f56d8674da72e23d88
Author: Ainhoa Pagola <ainhoa.pagola <at> openbravo.com>
Date: Thu Apr 28 18:45:04 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/aed2a68566d25445d27e38f56d8674da72e23d88 [^]
Fixes issue 16719. Element values can't be deleted if they have pending children
---
M src-db/database/model/triggers/C_ELEMENTVALUE_TRG.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
|
|
|
|
Step to text:
Try to delete a element value that has children elements pending from it. The error should pop up.
Delete it's children.
Try to delete that record again. You should be able to do it.
Click on the tree icon to check that there is no inconsistencies in the tree.
Other areas affected:
None |
|
|
|
check to update, insert and delete a node.
it works fine |
|
|
|
|