Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiple reviewers bug
#2
Hy

try this:

Change in out/out.ViewDocument.php file, line 270
PHP Code:
if ($is_reviewer && $status["status"]==S_DRAFT_REV) { 

PHP Code:
if (($required==$user)&&$is_reviewer && $status["status"]==S_DRAFT_REV) { 


doudoux
Reply


Messages In This Thread
multiple reviewers bug - by broebel - 06-03-2011, 06:12 AM

Forum Jump:


Users browsing this thread: