mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
issueTracker 수정 안되는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5257 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d64652c851
commit
60821c90b7
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
||||||
}
|
}
|
||||||
Context::set('display_option', $display_option);
|
Context::set('display_option', $display_option);
|
||||||
|
|
||||||
if(Context::get('document_srl')) {
|
if(Context::get('document_srl') && Context::get('act')!='dispIssuetrackerNewIssue') {
|
||||||
$this->act = 'dispIssuetrackerViewIssue';
|
$this->act = 'dispIssuetrackerViewIssue';
|
||||||
Context::set('act','dispIssuetrackerViewIssue');
|
Context::set('act','dispIssuetrackerViewIssue');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue