mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
issuetracker에서 가상 사이트의 vid값을 잃어버리는 form문 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6494 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
346d17a021
commit
599ccf152b
3 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
<th colspan="4" class="button">
|
||||
<form action="{Context::getRequestUri()}" method="get">
|
||||
<input type="hidden" name="module" value="{$module}"/>
|
||||
<input type="hidden" name="vid" value="{$vid}"/>
|
||||
<input type="hidden" name="mid" value="{$mid}"/>
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}"/>
|
||||
<input type="hidden" name="act" value="dispIssuetrackerAdminModifyPackage" />
|
||||
|
|
@ -47,6 +48,7 @@
|
|||
<form action="{Context::getRequestUri()}" method="get">
|
||||
<input type="hidden" name="module" value="{$module}"/>
|
||||
<input type="hidden" name="mid" value="{$mid}"/>
|
||||
<input type="hidden" name="vid" value="{$vid}"/>
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}"/>
|
||||
<input type="hidden" name="package_srl" value="{$package_srl}"/>
|
||||
<input type="hidden" name="act" value="dispIssuetrackerAdminModifyRelease" />
|
||||
|
|
@ -107,6 +109,7 @@
|
|||
<form action="{Context::getRequestUri()}" method="get">
|
||||
<input type="hidden" name="module" value="{$module}"/>
|
||||
<input type="hidden" name="mid" value="{$mid}"/>
|
||||
<input type="hidden" name="vid" value="{$vid}"/>
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}"/>
|
||||
<input type="hidden" name="package_srl" value="{$package_srl}"/>
|
||||
<input type="hidden" name="act" value="dispIssuetrackerAdminModifyRelease" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue