can configure the file summary template as well now.
This commit is contained in:
parent
774027c9bd
commit
e047c2f71d
2 changed files with 119 additions and 19 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue