-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tagging filter not applied in Nextcloud 28 #860
Comments
Not completely sure what you mean with this, just to clarify. The rule always applied to any child, independent from the level. So also |
Only thing that I can imagine is nextcloud/server#40482
🙈 |
I just tested this locally and it works fine here. With groupfolder and without. |
Before it worked like this:
So if I changed anything in But now it also adds that |
Also that I can not reproduce. Can you check on DB level, I assume somehow you managed to get the root folder that hosts all groupfolders tagged? SELECT *
FROM `oc_systemtag_object_mapping`
WHERE `objecttype` = 'files'
AND `objectid` IN (
SELECT fileid
FROM `oc_filecache`
WHERE `path` LIKE '__groupfolders'
); |
Thank you but nothing there:
If I have following setup:
And create |
I checked all tags and they are only applied to some files and on groupfolders like:
|
My flow looks like this:
In all version before it worked as expected: I have a shared group folder A that is tagged, if someone create a file within that new file is tagged.
Starting with Nextcloud 28 not only files within that folder are tagged, but every new file, even in folders not tagged.
Expected behaviour
Only files in tagged folders are tagged.
Actual behaviour
Every new file is tagged
Server configuration
Operating system: Docker image
Web server: Apache
Database: MariaDB
PHP version: 8.2
Nextcloud version: 28.0.1
Where did you install Nextcloud from: nextcloud docker image
The text was updated successfully, but these errors were encountered: