Merge branch 'sprint/fixbug_liumengyi_23290' into 'master'
* Fix bug #23327. See merge request easycorp/zentaopms!3759
This commit is contained in:
@@ -245,7 +245,7 @@ function setMailto(mailto, contactListID)
|
||||
{
|
||||
$('#' + mailto).replaceWith(users);
|
||||
$('#' + mailto + '_chosen').remove();
|
||||
$('.picker').remove();
|
||||
$('#' + mailto).siblings('.picker').remove();
|
||||
|
||||
if($("[data-pickertype='remote']").length == 0 && $('.picker-select').length == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user