* Fix bug #31473.
This commit is contained in:
@@ -287,6 +287,7 @@ $filter->project->task->cookie['windowWidth'] = 'int';
|
||||
$filter->project->export->cookie['checkedItem'] = 'reg::checked';
|
||||
$filter->project->execution->cookie['pagerExecutionAll'] = 'int';
|
||||
$filter->project->execution->cookie['showTask'] = 'code';
|
||||
$filter->project->testcase->cookie['showAutoCase'] = 'int';
|
||||
|
||||
$filter->projectstory->story->cookie['storyModuleParam'] = 'int';
|
||||
$filter->projectstory->story->cookie['pagerProductBrowse'] = 'int';
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
}
|
||||
elseif($hasBrowsePriv and $menuType == 'casetype')
|
||||
{
|
||||
if($currentModule == 'project') continue;
|
||||
if($this->moduleName == 'testtask' and $this->methodName == 'browseunits') continue;
|
||||
if($this->moduleName == 'story' and $this->methodName == 'zerocase') continue;
|
||||
if($browseType == 'bysuite') continue;
|
||||
|
||||
@@ -793,6 +793,7 @@ class zanodemodel extends model
|
||||
$data = fixer::input('post')
|
||||
->setDefault('createdBy', $this->app->user->account)
|
||||
->setDefault('createdDate', $now)
|
||||
->setDefault('node', 0)
|
||||
->remove('uid')
|
||||
->get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user