mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-11 16:38:02 +00:00
@@ -4,6 +4,7 @@
|
|||||||
Bug fixes
|
Bug fixes
|
||||||
- [web] fixed error handling when renaming a mailbox
|
- [web] fixed error handling when renaming a mailbox
|
||||||
- [web] fixed user removal from ACLs in Administration module (#3713)
|
- [web] fixed user removal from ACLs in Administration module (#3713)
|
||||||
|
- [web] fixed event classification icon (private/confidential) in month view (#3711)
|
||||||
|
|
||||||
3.1.1 (2016-06-02)
|
3.1.1 (2016-06-02)
|
||||||
------------------
|
------------------
|
||||||
|
|||||||
@@ -46,9 +46,9 @@
|
|||||||
// Component has an alarm
|
// Component has an alarm
|
||||||
' <md-icon ng-if="'+p+'block.component.c_nextalarm" class="material-icons icon-alarm"></md-icon>',
|
' <md-icon ng-if="'+p+'block.component.c_nextalarm" class="material-icons icon-alarm"></md-icon>',
|
||||||
// Component is confidential
|
// Component is confidential
|
||||||
' <md-icon ng-if="'+p+'block.component.c_classification == 1" class="material-icons icon-visibility-off"></md-icon>',
|
' <md-icon ng-if="'+p+'block.component.c_classification == 2" class="material-icons icon-visibility-off"></md-icon>',
|
||||||
// Component is private
|
// Component is private
|
||||||
' <md-icon ng-if="'+p+'block.component.c_classification == 2" class="material-icons icon-vpn-key"></md-icon>',
|
' <md-icon ng-if="'+p+'block.component.c_classification == 1" class="material-icons icon-vpn-key"></md-icon>',
|
||||||
' </span>',
|
' </span>',
|
||||||
'</div>'
|
'</div>'
|
||||||
].join('');
|
].join('');
|
||||||
|
|||||||
Reference in New Issue
Block a user