mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
#17619480 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5319 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
59af6d8a9d
commit
e49ac7599d
1 changed files with 8 additions and 5 deletions
|
|
@ -74,12 +74,15 @@
|
|||
}
|
||||
Context::set('display_option', $display_option);
|
||||
|
||||
if(Context::get('document_srl') && !in_array(Context::get('act'),array('dispIssuetrackerNewIssue','dispIssuetrackerDeleteIssue'))) {
|
||||
$this->act = 'dispIssuetrackerViewIssue';
|
||||
Context::set('act','dispIssuetrackerViewIssue');
|
||||
if(!Context::get('act')) {
|
||||
if (!Context::get('document_srl')) {
|
||||
$this->act = 'dispIssuetrackerViewMilestone';
|
||||
Context::set('act','dispIssuetrackerViewMilestone');
|
||||
} else {
|
||||
$this->act = 'dispIssuetrackerViewIssue';
|
||||
Context::set('act','dispIssuetrackerViewIssue');
|
||||
}
|
||||
}
|
||||
|
||||
if(!Context::get('act')) Context::set('act','dispIssuetrackerViewMilestone');
|
||||
}
|
||||
|
||||
function dispIssuetrackerTimeline() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue