Make sure the team add UI handles the no mailing case as well
This commit is contained in:
parent
f3b03ebc34
commit
3a356c6aab
3 changed files with 4 additions and 3 deletions
|
@ -3951,7 +3951,7 @@ quayApp.directive('entitySearch', function () {
|
|||
'clearValue': '=clearValue',
|
||||
|
||||
// Whether e-mail addresses are allowed.
|
||||
'allowEmails': '@allowEmails',
|
||||
'allowEmails': '=allowEmails',
|
||||
'emailMessage': '@emailMessage',
|
||||
|
||||
// True if the menu should pull right.
|
||||
|
|
Reference in a new issue