mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issueTracker의 기본 상태를 모두 체크된 상태로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4510 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2814e193a7
commit
4367598abe
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@
|
|||
|
||||
// status 점검
|
||||
if(!is_array($args->status)||!count($args->status)) {
|
||||
$args->status = array('new','assign','reopen','reviewing');
|
||||
$args->status = array('new','assign','reopen','reviewing','resolve','postponed','duplicated','invalid',);
|
||||
Context::set('status',$args->status);
|
||||
}
|
||||
$args->status = "'".implode("','",$args->status)."'";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue