CC-5599: Can drag and drop an edited repeating instance on calendar
Fixed by properly checking if a show is repeating or not
This commit is contained in:
parent
ab435ce3ec
commit
86ed77a106
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class Application_Service_CalendarService
|
|||
throw new Exception(_("Permission denied"));
|
||||
}
|
||||
|
||||
if ($this->ccShow->getFirstCcShowDay()->isRepeating()) {
|
||||
if ($this->ccShow->isRepeating()) {
|
||||
throw new Exception(_("Can't drag and drop repeating shows"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue