Add a message to the app/version deletion email to clarify deletions due the app/version being moved
This commit is contained in:
@@ -208,6 +208,7 @@ if ($_REQUEST['sub'])
|
|||||||
$oVersion->update();
|
$oVersion->update();
|
||||||
|
|
||||||
/* delete the appId that is the duplicate */
|
/* delete the appId that is the duplicate */
|
||||||
|
$_REQUEST['replyText'] = "Your Vesion information was moved to an existing Application";
|
||||||
$oAppDelete = new Application($oApp->iAppId);
|
$oAppDelete = new Application($oApp->iAppId);
|
||||||
$oAppDelete->delete();
|
$oAppDelete->delete();
|
||||||
}
|
}
|
||||||
@@ -224,6 +225,7 @@ if ($_REQUEST['sub'])
|
|||||||
$oTest->update();
|
$oTest->update();
|
||||||
|
|
||||||
// delete the Version entry
|
// delete the Version entry
|
||||||
|
$_REQUEST['replyText'] = "Your Test results were moved to existing version";
|
||||||
$oVersion = new Version($_REQUEST['versionId']);
|
$oVersion = new Version($_REQUEST['versionId']);
|
||||||
$oVersion->delete();
|
$oVersion->delete();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user