diff --git a/config/filter.php b/config/filter.php index ea94e445d0..0331307019 100755 --- a/config/filter.php +++ b/config/filter.php @@ -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';