Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020567
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 08. Project and service managementmajorhave not tried2012-05-21 18:262012-05-31 12:04
ReporterjonalegriaesarteView Statuspublic 
Assigned Tojonalegriaesarte 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision12897abf99f7
ProjectionnoneETAnoneTarget Version3.0MP12
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0020567: The organization in project phase and project task should change if the header org changes

DescriptionThe organization in project phase and project task should change if the header org changes
Steps To ReproduceThis 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()
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 0022314 newTriage Omni OMS In some windows the Organization can be changed and this change is not propagated to all its child records 
blocks backport 00208802.50MP44 closedjonalegriaesarte The organization in project phase and project task should change if the header org changes 

-  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
Powered by Mantis Bugtracker