Fix lazy exception chaging to resources load view after moving a task in Gantt
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
c331a0796d
commit
608ea95175
2 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
</list>
|
||||
|
||||
<!-- Not indexed -->
|
||||
<list name="calendarAvailabilities" access="field" cascade="all-delete-orphan">
|
||||
<list name="calendarAvailabilities" access="field" cascade="all-delete-orphan" lazy="true">
|
||||
<key column="base_calendar_id" />
|
||||
<index column="position_in_calendar" />
|
||||
<one-to-many class="CalendarAvailability" />
|
||||
|
|
|
|||
|
|
@ -193,7 +193,6 @@ public class BaseCalendarModel extends IntegrationEntityModel implements
|
|||
}
|
||||
}
|
||||
loadingExceptionsWithTheirTypes(baseCalendar);
|
||||
baseCalendar.getCalendarAvailabilities().size();
|
||||
}
|
||||
|
||||
private static void loadingExceptionsWithTheirTypes(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue