CC-5172 : errors from setting cues in waveform editor not handled properly

Conflicts:
	airtime_mvc/application/models/Playlist.php
This commit is contained in:
Naomi 2013-05-22 17:50:34 -04:00 committed by Martin Konecny
parent 02292569f9
commit c57de650e8
3 changed files with 30 additions and 2 deletions

View file

@ -383,6 +383,7 @@ class PlaylistController extends Zend_Controller_Action
$this->createUpdateResponse($obj);
} else {
$this->view->cue_error = $response["error"];
$this->view->code = $response["type"];
}
} catch (PlaylistOutDatedException $e) {
$this->playlistOutdated($e);