issueTracker 모듈의 마일스톤을 index로 변경. 마일스톤 목록을 데드라인 역순으로 출력하도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5087 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-16 04:50:06 +00:00
parent 45fa90455f
commit a97a50f2fd
4 changed files with 5 additions and 5 deletions

View file

@ -64,7 +64,7 @@
}
Context::set('display_option', $display_option);
if(!Context::get('act')) Context::set('act','dispIssuetrackerViewIssue');
if(!Context::get('act')) Context::set('act','dispIssuetrackerViewMilestone');
}
function dispIssuetrackerTimeline() {