Bugfixed the UserPicker to work in MailModule

This commit is contained in:
Andy Strobel 2014-04-27 13:45:00 +02:00
parent 49e1c53677
commit f771c2be66
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
'inputId' => 'addUserFrom_mail',
'model' => $inviteForm, // CForm Instanz
'attribute' => 'recipient',
'userGuid' => Yii::app()->user->guid,
'focus' => true,
));
?>

View File

@ -34,6 +34,7 @@
'inputId' => 'recipient',
'model' => $model, // CForm Instanz
'attribute' => 'recipient',
'userGuid' => Yii::app()->user->guid,
'focus' => true,
));
?>