issueTracker 수정 안되는 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5257 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-07 02:06:47 +00:00
parent d64652c851
commit 60821c90b7

View file

@ -74,7 +74,7 @@
}
Context::set('display_option', $display_option);
if(Context::get('document_srl')) {
if(Context::get('document_srl') && Context::get('act')!='dispIssuetrackerNewIssue') {
$this->act = 'dispIssuetrackerViewIssue';
Context::set('act','dispIssuetrackerViewIssue');
}