initial commit from rev. 632
This commit is contained in:
11
workflow/engine/methods/tracker/tracker_Save.php
Normal file
11
workflow/engine/methods/tracker/tracker_Save.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?
|
||||
unset($_POST['form']['SAVE']);
|
||||
if (!isset($_POST['form']['CT_DERIVATION_HISTORY'])) {
|
||||
$_POST['form']['CT_DERIVATION_HISTORY'] = 0;
|
||||
}
|
||||
if (!isset($_POST['form']['CT_MESSAGE_HISTORY'])) {
|
||||
$_POST['form']['CT_MESSAGE_HISTORY'] = 0;
|
||||
}
|
||||
require_once 'classes/model/CaseTracker.php';
|
||||
$oCaseTracker = new CaseTracker();
|
||||
$oCaseTracker->update($_POST['form']);
|
||||
Reference in New Issue
Block a user