* Add cookie filter.
This commit is contained in:
@@ -206,6 +206,7 @@ $filter->my->work->cookie['pagerMyStory'] = 'int';
|
||||
$filter->my->work->cookie['pagerMyBug'] = 'int';
|
||||
$filter->my->work->cookie['pagerMyTestcase'] = 'int';
|
||||
$filter->my->work->cookie['pagerMyTesttask'] = 'int';
|
||||
$filter->my->work->cookie['storyViewType'] = 'code';
|
||||
|
||||
$filter->my->contribute->cookie['pagerMyTask'] = 'int';
|
||||
$filter->my->contribute->cookie['pagerMyRequirement'] = 'int';
|
||||
@@ -214,6 +215,7 @@ $filter->my->contribute->cookie['pagerMyBug'] = 'int';
|
||||
$filter->my->contribute->cookie['pagerMyTestcase'] = 'int';
|
||||
$filter->my->contribute->cookie['pagerMyTesttask'] = 'int';
|
||||
$filter->my->contribute->cookie['pagerMyDoc'] = 'int';
|
||||
$filter->my->contribute->cookie['storyViewType'] = 'code';
|
||||
|
||||
$filter->bug->batchcreate->cookie['preBranch'] = 'reg::word';
|
||||
$filter->bug->browse->cookie['bugModule'] = 'int';
|
||||
|
||||
Reference in New Issue
Block a user