mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
issue move trigger
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6685 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c1d02fa7d3
commit
aec81ff723
3 changed files with 39 additions and 0 deletions
|
|
@ -151,6 +151,20 @@
|
|||
return $output;
|
||||
}
|
||||
|
||||
function triggerMoveDocumentModule(&$obj)
|
||||
{
|
||||
$args->module_srl = $obj->module_srl;
|
||||
$args->document_srls = $obj->document_srls;
|
||||
$args->milestone_srl = 0;
|
||||
$args->type_srl = 0;
|
||||
$args->priority_srl = 0;
|
||||
$args->component_srl = 0;
|
||||
$args->resolution_srl = 0;
|
||||
|
||||
$output = executeQuery('issuetracker.updateIssueModule', $args);
|
||||
return $output;
|
||||
}
|
||||
|
||||
function insertHistory($target_srl, $objs, $module_srl, $grant)
|
||||
{
|
||||
$oIssuetrackerModel = &getModel('issuetracker');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue