Project

General

Profile

Actions

Bug #91914

open

Nested filemounts wrongly expand/collapse

Added by Andreas Kießling almost 4 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2020-08-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I have the following filemount structure:

+ rootlevel (readonly for all groups)
  + shared dir (writeable for all)
  + group 1 (writable for the according group)
  + group 2 (like group 1)
  + etc.

This results in 3 mounts for each group:
rootlevel, shared dir, "write protected" mount

Imagine this as some kind of simple shared directory layout, so files can be made available read only for other groups and to have a shared working directory. They are all set up in a non-public storage and not accessible from the outside.

We could of course add all group level directories as seperate mounts, but this kind of blows up the list of mounts in the file module with a growing number of groups.

+ shared dir
+ group 1
+ rootlevel

The tree already recognizes the write possibility for subfolders and does not add the lock icon to subfolders in rootlevel. But when folders are clicked to expand, not the ones that were clicked are expanded, but the first ones in the whole tree, same goes for collapsing.

No data to display

Actions

Also available in: Atom PDF