Merge branch 'master' of https://github.com/easysoft/zentaopms
* Task #5423
This commit is contained in:
@@ -323,34 +323,6 @@ class custom extends control
|
||||
$this->display();
|
||||
}
|
||||
|
||||
/**
|
||||
*Set dynamic recode what action
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function setDynamic()
|
||||
{
|
||||
if($_SERVER['REQUEST_METHOD'] == 'POST')
|
||||
{
|
||||
$actions = $this->post->actions;
|
||||
$actions = json_encode($actions);
|
||||
$this->loadModel('setting')->setItem('system.common.global.setdynamic', $actions);
|
||||
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'reload'));
|
||||
}
|
||||
|
||||
$this->app->loadLang('action');
|
||||
$this->app->loadLang('group');
|
||||
$this->view->title = $this->lang->custom->setDynamic;
|
||||
$this->view->position[] = $this->lang->custom->common;
|
||||
$this->view->position[] = $this->view->title;
|
||||
$this->view->objectTypes = $this->lang->action->objectTypes;
|
||||
$this->view->dynamicAction = $this->lang->action->dynamicAction;
|
||||
$this->view->actions = $this->lang->action->search->label;
|
||||
$this->view->setActions = json_decode($this->loadModel('setting')->getItem("owner=system&module=common§ion=global&key=setdynamic"), true);
|
||||
$this->display();
|
||||
}
|
||||
|
||||
/**
|
||||
* Timezone.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user