BUG 7516 Login name is not enough for sender identification in case notes
This functionality was added within a case
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
$oHeadPublisher->usingExtJs('ux/miframe');
|
||||
$oHeadPublisher->addExtJsScript('cases/caseUtils', true);
|
||||
$oHeadPublisher->addExtJsScript('cases/open', true);
|
||||
|
||||
$oHeadPublisher->assign('FORMATS',$conf->getFormats());
|
||||
$uri = '';
|
||||
foreach($_GET as $k=>$v) {
|
||||
$uri .= ($uri == '')? "$k=$v": "&$k=$v";
|
||||
|
||||
Reference in New Issue
Block a user