Refresh podcast tabs on focus to have better synchronization with auto-ingest backend
This commit is contained in:
parent
e8643e04eb
commit
05f51a9a2d
3 changed files with 21 additions and 2 deletions
|
@ -180,7 +180,7 @@ class Rest_PodcastController extends Zend_Rest_Controller
|
|||
case HttpRequestType::GET:
|
||||
foreach($ids as $id) {
|
||||
// TODO: This should use the same code path as the GET action.
|
||||
// It essentially does, except for the randering of the tab layout.
|
||||
// It essentially does, except for the rendering of the tab layout.
|
||||
// That said, not every GET is going to need the page rendered...
|
||||
// Where should the rendering code for the podcast tabs go? -- Duncan
|
||||
$responseBody[] = Application_Service_PodcastService::buildPodcastEditorResponse($id, $this->view);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue