Mail Compose change "To" label to a dropdown to add bcc cc etc

(cherry picked from commit 0df6426c03)
This commit is contained in:
milan 2024-12-05 18:03:09 +01:00
parent 04d98f4784
commit 64de6df947

View File

@ -385,7 +385,7 @@ app.classes.mail = AppJS.extend(
}
else
{
that.compose_fieldExpander();
//that.compose_fieldExpander();
}
});
@ -4752,6 +4752,7 @@ app.classes.mail = AppJS.extend(
}
break;
}
widget.parentElement.hide()
}
else if (typeof widget == "undefined")
{