issueTracker 모듈 글 삭제 안되는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5262 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-07 04:45:30 +00:00
parent d072e828bc
commit 78f284c8ea

View file

@ -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');
}