mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
issueTracker 모듈의 마일스톤을 index로 변경. 마일스톤 목록을 데드라인 역순으로 출력하도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5087 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
45fa90455f
commit
a97a50f2fd
4 changed files with 5 additions and 5 deletions
|
|
@ -45,9 +45,9 @@
|
|||
</grant>
|
||||
</grants>
|
||||
<actions>
|
||||
<action name="dispIssuetrackerViewIssue" type="view" standalone="true" index="true"/>
|
||||
<action name="dispIssuetrackerViewMilestone" type="view" standalone="true" index="true" />
|
||||
<action name="dispIssuetrackerViewIssue" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerViewSource" type="view" standalone="true"/>
|
||||
<action name="dispIssuetrackerViewMilestone" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerNewIssue" type="view" standalone="true"/>
|
||||
<action name="dispIssuetrackerDeleteIssue" type="view" standalone="true"/>
|
||||
<action name="dispIssuetrackerDeleteTrackback" type="view" standalone="true"/>
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -74,10 +74,10 @@
|
|||
$lang->about_component = '문제의 대상 구성요소를 설정합니다';
|
||||
|
||||
$lang->project_menus = array(
|
||||
'dispIssuetrackerViewMilestone' => '개발계획',
|
||||
'dispIssuetrackerViewIssue' => '문제 열람',
|
||||
'dispIssuetrackerNewIssue' => '문제 작성',
|
||||
'dispIssuetrackerTimeline' => '타임 라인',
|
||||
'dispIssuetrackerViewMilestone' => '개발계획',
|
||||
'dispIssuetrackerViewSource' => '코드 열람',
|
||||
'dispIssuetrackerDownload' => '다운로드',
|
||||
'dispIssuetrackerAdminProjectSetting' => '설정',
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
<condition operation="equal" column="is_completed" var="is_completed" pipe="and"/>
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="deadline" order="asc" />
|
||||
<index var="sort_index" default="deadline" order="desc" />
|
||||
</navigation>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue