* Add cookie filter.

This commit is contained in:
sunguangming
2024-05-17 09:39:25 +08:00
parent 7a4b50834f
commit cb664d1434
+2
View File
@@ -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';