Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0020567 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 08. Project and service management | major | have not tried | 2012-05-21 18:26 | 2012-05-31 12:04 | |||
Reporter | jonalegriaesarte | View Status | public | |||||
Assigned To | jonalegriaesarte | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 12897abf99f7 | ||||
Projection | none | ETA | none | Target Version | 3.0MP12 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0020567: The organization in project phase and project task should change if the header org changes | |||||||
Description | The organization in project phase and project task should change if the header org changes | |||||||
Steps To Reproduce | This code: IF TG_OP = 'UPDATE' THEN SELECT COUNT(*) INTO v_Count FROM C_PROJECTTASK WHERE C_PROJECTPHASE_ID = NEW.C_PROJECTPHASE_ID; IF(v_Count > 0) THEN UPDATE C_PROJECTTASK SET AD_ORG_ID = NEW.AD_ORG_ID WHERE C_PROJECTPHASE_ID = NEW.C_PROJECTPHASE_ID; END IF; END IF; should be executed if the org changes. It is reproducible in c_project_trg and c_projectphase_trg() | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0048892) jonalegriaesarte (reporter) 2012-05-23 18:10 |
Solved in changeset: https://code.openbravo.com/erp/devel/pi/rev/12897abf99f7 [^] |
(0048896) jonalegriaesarte (reporter) 2012-05-23 18:13 |
Check that the organization of tasks and phases, change when the organization changes. - Create a new header. - Create lines. - Change the organization header. The lines changes. - Create a new line with other organization. - Change the header (not the org). The organization of lines does not change. Same steps to tasks. |
(0049533) ioritzCia (developer) 2012-05-31 12:04 |
Verified, works correctly. |
Issue History | |||
Date Modified | Username | Field | Change |
2012-05-21 18:26 | jonalegriaesarte | New Issue | |
2012-05-21 18:26 | jonalegriaesarte | Assigned To | => jonalegriaesarte |
2012-05-21 18:26 | jonalegriaesarte | Modules | => Core |
2012-05-23 18:09 | jonalegriaesarte | Status | new => scheduled |
2012-05-23 18:09 | jonalegriaesarte | fix_in_branch | => pi |
2012-05-23 18:10 | jonalegriaesarte | Note Added: 0048892 | |
2012-05-23 18:10 | jonalegriaesarte | Status | scheduled => resolved |
2012-05-23 18:10 | jonalegriaesarte | Fixed in SCM revision | => 12897abf99f7 |
2012-05-23 18:10 | jonalegriaesarte | Resolution | open => fixed |
2012-05-23 18:13 | jonalegriaesarte | Note Added: 0048896 | |
2012-05-23 18:13 | jonalegriaesarte | fix_in_branch | pi => |
2012-05-31 12:04 | ioritzCia | Note Added: 0049533 | |
2012-05-31 12:04 | ioritzCia | Status | resolved => closed |
2012-07-03 12:26 | jonalegriaesarte | Relationship added | blocks 0020880 |
2014-02-05 13:40 | ngarcia | Relationship added | related to 0022314 |
Copyright © 2000 - 2009 MantisBT Group |