mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issueTracker 모듈 글 삭제 안되는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5262 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d072e828bc
commit
78f284c8ea
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
}
|
||||
Context::set('display_option', $display_option);
|
||||
|
||||
if(Context::get('document_srl') && Context::get('act')!='dispIssuetrackerNewIssue') {
|
||||
if(Context::get('document_srl') && !in_array(Context::get('act'),array('dispIssuetrackerNewIssue','dispIssuetrackerDeleteIssue'))) {
|
||||
$this->act = 'dispIssuetrackerViewIssue';
|
||||
Context::set('act','dispIssuetrackerViewIssue');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue