mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Improved ACL handling #157
This commit is contained in:
parent
7e304daee0
commit
306d3ec7b5
8 changed files with 110 additions and 116 deletions
|
|
@ -402,8 +402,6 @@ export class FolderModel extends AbstractModel {
|
|||
}
|
||||
),
|
||||
|
||||
canBeEdited: () => !this.type() && this.exists/* && this.selectable()*/,
|
||||
|
||||
isSystemFolder: () => this.type()
|
||||
| (FolderUserStore.allowKolab() && !!this.kolabType() & !SettingsUserStore.unhideKolabFolders()),
|
||||
|
||||
|
|
@ -484,8 +482,7 @@ export class FolderModel extends AbstractModel {
|
|||
}
|
||||
|
||||
edit() {
|
||||
// this.canBeEdited() && this.editing(true);
|
||||
this.canBeEdited() && showScreenPopup(FolderPopupView, [this]);
|
||||
showScreenPopup(FolderPopupView, [this]);
|
||||
}
|
||||
|
||||
unedit() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue