CC-3793: "Star time" check will block updating shows when error found in colour settings
-fixed
This commit is contained in:
parent
19d5655779
commit
c1976162cb
|
@ -744,6 +744,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
|
||||
$show = new Application_Model_Show($data['add_show_id']);
|
||||
$validateStartDate = true;
|
||||
$validateStartTime = true;
|
||||
if (!array_key_exists('add_show_start_date', $data)){
|
||||
//Changing the start date was disabled, since the
|
||||
//array key does not exist. We need to repopulate this entry from the db.
|
||||
|
|
Loading…
Reference in New Issue