From 3ed43b0a856b2402c3dd18cce942e78eb3bea787 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 17 Jun 2015 12:21:25 +0200 Subject: [PATCH] fix take over of reviewer/approver from previous version --- views/bootstrap/class.CheckInDocument.php | 88 +++++++++++++---------- 1 file changed, 52 insertions(+), 36 deletions(-) diff --git a/views/bootstrap/class.CheckInDocument.php b/views/bootstrap/class.CheckInDocument.php index daba7eb15..5fe891951 100644 --- a/views/bootstrap/class.CheckInDocument.php +++ b/views/bootstrap/class.CheckInDocument.php @@ -236,14 +236,18 @@ function checkForm() __takeOverButton("GrpReviewer", $tmp); + } /* List all mandatory groups of reviewers */ if($res) { $tmp = array(); @@ -375,14 +383,18 @@ function checkForm()