(js) Enable save btn when editing a list's members

pull/229/merge
Francis Lachapelle 2018-08-15 09:31:02 -04:00
parent 0dc0ae4164
commit 6a45bb2917
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@ -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)
------------------

View File

@ -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"