Creation of reopen request feature #68

Merged
MrLyallCSIT merged 6 commits from feature/66 into main 2020-08-10 17:16:51 +00:00
Showing only changes of commit 710737431f - Show all commits

View File

@@ -23,7 +23,7 @@
$newURL = "/";
echo("<script>window.location = '$newURL'</script>");
} else {
$alert = array("danger", "You are not authorised to close this request.");
$alert = array("danger", "You are not authorised to reopen this request.");
$newURL = "/view?rid=" . $request['uuid'];
echo("<script>window.location = '$newURL'</script>");
}