* fix bug for datatable custom field.
This commit is contained in:
@@ -53,7 +53,7 @@ class datatable extends control
|
||||
public function ajaxCustom($module, $method)
|
||||
{
|
||||
$account = $this->app->user->account;
|
||||
$name = 'owner=' . $account . '&module=datatable§ion=' . $module . $method . '&key=cols';
|
||||
$name = 'owner=' . $account . '&module=datatable§ion=' . $module . ucfirst($method) . '&key=cols';
|
||||
if($module == 'testtask')
|
||||
{
|
||||
$this->loadModel('testcase');
|
||||
|
||||
Reference in New Issue
Block a user