Thanks to visit codestin.com
Credit goes to github.com

Skip to content

IPartialMountProvider breaks nested subfolders #4442

@SystemKeeper

Description

@SystemKeeper

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

Create a folder structure like this:

Image

Expected behaviour

When navigating to the top level folder, it should show 2 sub level folders

Actual behaviour

Image

This happens on stable33 and master. Running bisect on master shows:

706db843295facc67d425093951058556317b622 is the first bad commit
commit 706db843295facc67d425093951058556317b622 (HEAD)
Author: provokateurin <[email protected]>
Date:   Wed Jan 14 13:35:49 2026 +0100

    feat(MountProvider): Implement IPartialMountProvider
    
    Signed-off-by: provokateurin <[email protected]>

 lib/Folder/FolderManager.php | 26 +++++++++++++++++++++-----
 lib/Mount/MountProvider.php  | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 84 insertions(+), 23 deletions(-)

Downgrading to v21.0.2 also solves the issue on 33 (last version without partial mount provider.

@provokateurin

Metadata

Metadata

Assignees

Labels

2. developingItems that are currently under developmentbug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions