(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
@@ -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,