This commit is contained in:
tanghucheng
2023-01-05 12:13:22 +08:00
parent 2f372f2e6a
commit 24e343dbc3
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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';
+1
View File
@@ -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;
+1
View File
@@ -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();