From a6a4cf5d00676c2d18372564d33bee0e9001b51a Mon Sep 17 00:00:00 2001 From: Erwan Taloc Date: Fri, 11 Oct 2013 10:34:47 +0000 Subject: [PATCH] Bug #742 fixed. Allow portal user to modify a ticket when it is pending SVN:trunk[2891] --- portal/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/portal/index.php b/portal/index.php index 9b2731bb8..c64c4b017 100644 --- a/portal/index.php +++ b/portal/index.php @@ -696,6 +696,7 @@ function ShowDetailsRequest(WebPage $oP, $oObj) case 'new': case 'assigned': case 'frozen': + case 'pending': $aEditAtt = array( PORTAL_ATTCODE_LOG => '????' );