(js,css) Show source addressbook of matching cards

Fixes #4579
This commit is contained in:
Francis Lachapelle
2018-11-06 09:30:10 -05:00
parent 98eabddec8
commit 8822f1ae53
5 changed files with 95 additions and 10 deletions
@@ -224,6 +224,14 @@
})
.backgroundPalette('sogo-grey');
// Register custom stylesheet for md-autocomplete
$mdThemingProvider.registerStyles([
'.md-autocomplete-suggestions.md-3-line li p {',
' color: \'{{foreground-2}}\';',
'}',
].join(''));
// Register custom stylesheet for sgTimepicker
$mdThemingProvider.registerStyles([
'.sg-time-selection-indicator.sg-time-selected,',
@@ -972,7 +972,7 @@
_.forEach(list.refs, function(ref) {
attendee = {
name: ref.c_cn,
email: ref.$preferredEmail(),
email: ref.$preferredEmail(options? options.partial : undefined),
role: 'req-participant',
partstat: 'needs-action',
uid: ref.c_uid,