Bug #742 fixed. Allow portal user to modify a ticket when it is pending

SVN:trunk[2891]
This commit is contained in:
Erwan Taloc
2013-10-11 10:34:47 +00:00
parent 90f7aa04bb
commit a6a4cf5d00

View File

@@ -696,6 +696,7 @@ function ShowDetailsRequest(WebPage $oP, $oObj)
case 'new':
case 'assigned':
case 'frozen':
case 'pending':
$aEditAtt = array(
PORTAL_ATTCODE_LOG => '????'
);