can configure the file summary template as well now.

This commit is contained in:
Naomi 2013-08-02 16:15:32 -04:00
parent 774027c9bd
commit e047c2f71d
2 changed files with 119 additions and 19 deletions

View file

@ -257,6 +257,9 @@ class PlayouthistoryController extends Zend_Controller_Action
{
$templateType = $this->_getParam('type', null);
$request = $this->getRequest();
$params = $request->getPost();
try {
$historyService = new Application_Service_HistoryService();
$supportedTypes = $historyService->getSupportedTemplateTypes();