CC-4071: Prevent shows from overlapping on drag and drop in calendar
-done
This commit is contained in:
parent
ae08c54689
commit
771974433b
2 changed files with 7 additions and 1 deletions
|
@ -913,7 +913,7 @@ class Application_Model_Schedule {
|
|||
}
|
||||
}
|
||||
|
||||
public static function checkOverlappingShows($show_start, $show_end, $update=false, $instanceId=false) {
|
||||
public static function checkOverlappingShows($show_start, $show_end, $update=false, $instanceId=null) {
|
||||
global $CC_CONFIG;
|
||||
|
||||
$overlapping = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue