mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
issuetracker에서 기본적으로 신규, 검토중, 할당만 선택되도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4901 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
081ef155ff
commit
3c865a95f3
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@
|
||||||
|
|
||||||
// status 점검
|
// status 점검
|
||||||
if(!is_array($args->status)||!count($args->status)) {
|
if(!is_array($args->status)||!count($args->status)) {
|
||||||
$args->status = array('new','assign','reopen','reviewing','resolve','postponed','duplicated','invalid',);
|
$args->status = array('new','assign','reopen','reviewing');
|
||||||
Context::set('status',$args->status);
|
Context::set('status',$args->status);
|
||||||
}
|
}
|
||||||
$args->status = "'".implode("','",$args->status)."'";
|
$args->status = "'".implode("','",$args->status)."'";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue