From 23983081ea22bdc895776d70d2d0b1d8b80dd118 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 23 Apr 2015 17:12:08 +0200 Subject: [PATCH] fix take over of approvers/reviewers from previous version --- views/bootstrap/class.UpdateDocument.php | 90 ++++++++++++++---------- 1 file changed, 53 insertions(+), 37 deletions(-) diff --git a/views/bootstrap/class.UpdateDocument.php b/views/bootstrap/class.UpdateDocument.php index 479d64c84..3122552e2 100644 --- a/views/bootstrap/class.UpdateDocument.php +++ b/views/bootstrap/class.UpdateDocument.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()