mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 10:48:50 +00:00
(js) Enable save btn when editing a list's members
This commit is contained in:
1
NEWS
1
NEWS
@@ -12,6 +12,7 @@ Bug fixes
|
||||
- [core] handle multi-valued mozillasecondemail attribute mapping
|
||||
- [core] avoid displaying empty signed emails when using GNU TLS (#4433)
|
||||
- [web] improve popup window detection in message viewer (#4518)
|
||||
- [web] enable save button when editing the members of a list
|
||||
|
||||
4.0.1 (2018-07-10)
|
||||
------------------
|
||||
|
||||
@@ -461,6 +461,7 @@
|
||||
<md-contact-chips
|
||||
class="sg-chips-autocomplete"
|
||||
ng-model="editor.card.refs"
|
||||
ng-change="contactForm.$setDirty()"
|
||||
md-contacts="editor.userFilter($query, editor.card.refs)"
|
||||
md-contact-name="$$fullname"
|
||||
md-contact-image="$$image"
|
||||
|
||||
Reference in New Issue
Block a user