[Bug #934] Fixed problem with calendar creating a new resource.
FEA : ItEr72S04BugFixing
This commit is contained in:
parent
7576d4d8c1
commit
0628b07458
1 changed files with 3 additions and 0 deletions
|
|
@ -566,6 +566,9 @@ public class BaseCalendarModel extends IntegrationEntityModel implements
|
|||
|
||||
@Override
|
||||
public boolean isOwnException(CalendarException exception) {
|
||||
if (getBaseCalendar() == null) {
|
||||
return false;
|
||||
}
|
||||
return getBaseCalendar().getOwnExceptions().contains(exception);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue