mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
이슈트래커 모듈의 권한에 따른 메뉴 보여주기 기능 추가 및 패키지가 등록안되었을 경우 패키지 입력하지 않아도 되도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5090 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7f71e0b03f
commit
91f8519086
7 changed files with 39 additions and 15 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<node target="type_srl" required="true" />
|
||||
<node target="component_srl" required="true" />
|
||||
<node target="package_srl" required="true" />
|
||||
<node target="occured_version_srl" />
|
||||
<node target="occured_version_srl" required="true"/>
|
||||
<node target="nick_name" required="true" />
|
||||
<node target="password" required="true" />
|
||||
<node target="email_address" maxlength="250" />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<node target="priority_srl" />
|
||||
<node target="type_srl" required="true" />
|
||||
<node target="component_srl" required="true" />
|
||||
<node target="package_srl" />
|
||||
<node target="package_srl" required="true"/>
|
||||
<node target="occured_version_srl" required="true" />
|
||||
<node target="action" />
|
||||
<node target="status" />
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
<!--@end-->
|
||||
|
||||
|
||||
<!--@if($lang->project_menus)-->
|
||||
<div class="issueNav">
|
||||
<ul class="issueNav">
|
||||
|
||||
|
|
@ -31,3 +32,4 @@
|
|||
</ul>
|
||||
<div class="bottomLine"></div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if(count($project->packages))-->
|
||||
<tr>
|
||||
<th><label for="inputPackage">{$lang->occured_version} :</label></th>
|
||||
<td colspan="3">
|
||||
|
|
@ -109,6 +110,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($module_info->extra_vars)--><!--@foreach($module_info->extra_vars as $key => $val)-->
|
||||
<!--@if($val->name)-->
|
||||
|
|
|
|||
|
|
@ -22,12 +22,6 @@
|
|||
<th>{$lang->component} :</th>
|
||||
<td>{$oIssue->getComponentTitle()}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->package} :</th>
|
||||
<td>{$oIssue->getPackageTitle()}</td>
|
||||
<th>{$lang->occured_version} :</th>
|
||||
<td>{$oIssue->getReleaseTitle()}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->status} :</th>
|
||||
<td>{$oIssue->getStatus()}</td>
|
||||
|
|
@ -40,6 +34,14 @@
|
|||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if(count($project->packages))-->
|
||||
<tr>
|
||||
<th>{$lang->package} :</th>
|
||||
<td>{$oIssue->getPackageTitle()}</td>
|
||||
<th>{$lang->occured_version} :</th>
|
||||
<td>{$oIssue->getReleaseTitle()}</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($module_info->extra_vars)--><!--@foreach($module_info->extra_vars as $key => $val)-->
|
||||
<!--@if($val->name)-->
|
||||
|
|
@ -195,6 +197,7 @@
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if(count($project->packages))-->
|
||||
<tr>
|
||||
<th><label for="inputPackage">{$lang->occured_version} :</label></th>
|
||||
<td colspan="3">
|
||||
|
|
@ -216,6 +219,7 @@
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<th><label>{$lang->action} :</label></th>
|
||||
<td colspan="3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue