[Bug #1073] Fix issue introduced by me while reviewing the previous patch
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
10fdca88ba
commit
9f56e5afda
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ public class FunctionalityExposedForExtensions<T> implements IContext<T> {
|
|||
i++;
|
||||
}
|
||||
} else if (navigator.isMilestone(data)) {
|
||||
Milestone milestone = (Milestone) data;
|
||||
Milestone milestone = (Milestone) result;
|
||||
milestone.setOwner(position.getParent());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue