nextcloud / groupfolders

πŸ“πŸ‘©β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Admin-configured folders shared by everyone in a group. https://github.com/nextcloud-releases/groupfolders

Home Page:https://apps.nextcloud.com/apps/groupfolders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't delete files/folder below the first level

dakky opened this issue Β· comments

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

  1. Right click/3-dot-menu on file/folder on first group folder level: delete button is there
  2. Right click/3-dot-menu on file/folder on a lower group folder level: delete button is there

Expected behaviour

deleting files on a lower level should be possible

Actual behaviour

no delete button on lower level files/folders

  • First level:
    image

  • One level deeper:
    image

Server configuration

latest nextcloud:apache docker image

Nextcloud version: (see Nextcloud admin page)
Hub 8 (29.0)

Group folders version:
16.0.6

Updated from an older Nextcloud/ownCloud or fresh install:
yes

Where did you install Nextcloud from: dockerhub

Are you using external storage, if yes which one: no

Are you using encryption: no

Are you using an external user-backend, if yes which one: no

Client configuration

Browser:
Firefox
Operating system:
Fedora 39

Logs

Web server error log

Web server error log
nothing relevant

Nextcloud log (data/nextcloud.log)

Nextcloud log
groupfolder related messages see  #2935 

I cannot reproduce.
@dakky is it possible that your "lower level" folder is a nested group folder?
Would be helpful if you could post your groupfolder setup.

nope they are not. My groupfolder setup:
image

The content was synced from another nextcloud setup some time ago (not shure if the problem was present there):
oldisntance:/groupfolder1 -> newisntance:/groupfolder1
Tool which was used: rclone

Is there a way to recheck/rebuild/whatever the content of the groupfolder?

I have another groupfolder: there this problem does not exist. so it seems not to be a general issue (it was also synced by rclone)

@dakky I assume rclone could be used in different ways. Did you use nextcloud webdav for sync in both cases?

If you don't have any shares related to that groupfolder, I suggest to do a backup (download) of the data, remove the groupfolder, create a new one and upload the data again.
Alternatively, you could create a new groupfolder, copy the data to it (within nextcloud) and if it works as expected, delete the old groupfolder and rename the new one.

intersting: I moved all content from groupfolder A to groupfolder B (newly created) and there the same problem appears 😱

Update: a `occ scan:files --path "/user/files/groupfoldername" seems to fix it

I think there might be a connection here? #2934