Style tweaks to publishing and podcast dialogs

This commit is contained in:
Duncan Sommerville 2015-11-04 15:16:29 -05:00
parent a7370de832
commit 866b88dbb2
5 changed files with 35 additions and 30 deletions

View file

@ -245,7 +245,7 @@ class Application_Service_PodcastEpisodeService extends Application_Service_Thir
}
// XXX: We should maybe try to alias this so we don't pass CcFiles as an array key to the frontend.
// It would require us to iterate over all the episodes and change the key for the response though...
$episodes = $episodes->joinWith('PodcastEpisodes.CcFiles')
$episodes = $episodes->joinWith('PodcastEpisodes.CcFiles', Criteria::LEFT_JOIN)
->setOffset($offset)
->orderBy($sortColumn, $sortDir)
->find();