mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +00:00
take out review and approval status
currently not needed
This commit is contained in:
parent
44ce6619c0
commit
62ba9fe961
|
@ -65,8 +65,6 @@ if ($overallStatus["status"] == S_REJECTED || $overallStatus["status"] == S_EXPI
|
||||||
UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("cannot_change_final_states"));
|
UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("cannot_change_final_states"));
|
||||||
}
|
}
|
||||||
|
|
||||||
$reviewStatus = $content->getReviewStatus();
|
|
||||||
$approvalStatus = $content->getApprovalStatus();
|
|
||||||
$overrideStatus = $_POST["overrideStatus"];
|
$overrideStatus = $_POST["overrideStatus"];
|
||||||
$comment = $_POST["comment"];
|
$comment = $_POST["comment"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user