mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
issueTracker에 permanent 링크로 직접 접속시에 이슈 보는 페이지로 act 설정하도록 코드 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5098 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ddb200b532
commit
999f3d36fc
1 changed files with 5 additions and 0 deletions
|
|
@ -74,6 +74,11 @@
|
|||
}
|
||||
Context::set('display_option', $display_option);
|
||||
|
||||
if(Context::get('document_srl')) {
|
||||
$this->act = 'dispIssuetrackerViewIssue';
|
||||
Context::set('act','dispIssuetrackerViewIssue');
|
||||
}
|
||||
|
||||
if(!Context::get('act')) Context::set('act','dispIssuetrackerViewMilestone');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue