mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 01:29:58 +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);
|
Context::set('display_option', $display_option);
|
||||||
|
|
||||||
if(Context::get('document_srl') && !in_array(Context::get('act'),array('dispIssuetrackerNewIssue','dispIssuetrackerDeleteIssue'))) {
|
if(!Context::get('act')) {
|
||||||
$this->act = 'dispIssuetrackerViewIssue';
|
if (!Context::get('document_srl')) {
|
||||||
Context::set('act','dispIssuetrackerViewIssue');
|
$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() {
|
function dispIssuetrackerTimeline() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue