mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 18:01:23 +00:00
(js) Fix condition of Copy action on cards
This commit is contained in:
1
NEWS
1
NEWS
@@ -8,6 +8,7 @@ Bug fixes
|
||||
- [web] include mail account name in form validation (#4532)
|
||||
- [web] calendar properties were not completely reset on cancel
|
||||
- [web] check ACLs on address book prior to delete cards
|
||||
- [web] fixed condition of copy action on cards
|
||||
|
||||
4.0.2 (2018-08-24)
|
||||
------------------
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
<var:string label:value="Export"/>
|
||||
</md-button>
|
||||
</md-menu-item>
|
||||
<md-menu-item ng-show="app.service.$addressbooks.length > 1">
|
||||
<md-menu-item ng-show="(app.service.$addressbooks.length + app.service.$subscriptions.length) > 1">
|
||||
<md-menu>
|
||||
<md-button label:aria-label="Copy To" ng-click="$mdMenu.open($event)">
|
||||
<var:string label:value="Copy To"/>
|
||||
|
||||
Reference in New Issue
Block a user