This commit is contained in:
the-djmaze 2023-05-01 11:48:57 +02:00
parent 932b71f345
commit 88279c55e0
4 changed files with 18 additions and 38 deletions

View file

@ -28,8 +28,7 @@ export class FolderCreatePopupView extends AbstractViewPopup {
folderListOptionsBuilder(
[],
[['', '']],
oItem =>
oItem ? (oItem.isSystemFolder() ? oItem.name() + ' ' + oItem.manageFolderSystemName() : oItem.name()) : '',
oItem => oItem ? oItem.detailedName() : '',
FolderUserStore.namespace
? item => !item.fullName.startsWith(FolderUserStore.namespace)
: null,