propel rename done for template fields, template name input.
This commit is contained in:
parent
db4e025c05
commit
8eecbb18c0
17 changed files with 2607 additions and 74 deletions
|
@ -211,6 +211,9 @@ class PlayouthistoryController extends Zend_Controller_Action
|
|||
$request = $this->getRequest();
|
||||
$params = $request->getPost();
|
||||
Logging::info($params);
|
||||
|
||||
$historyService = new Application_Service_HistoryService();
|
||||
$historyService->createItemTemplate($params);
|
||||
}
|
||||
|
||||
public function editTemplateAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue