Fix LazyInitializationException editing a monthly timesheet
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
7b03d00922
commit
562b5a06a3
1 changed files with 3 additions and 0 deletions
|
|
@ -258,6 +258,9 @@ public class MonthlyTimesheetModel implements IMonthlyTimesheetModel {
|
|||
|
||||
private void forceLoad(OrderElement orderElement) {
|
||||
orderElement.getName();
|
||||
if (orderElement.getParent() != null) {
|
||||
forceLoad(orderElement.getParent());
|
||||
}
|
||||
}
|
||||
|
||||
private void initOtherMaps() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue