-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Collaborative tags stopped working #12810
Comments
Maybe related to #10774 ? For me, it never works though. Is there any quick workaround to fix it till v14.0.5 is released? |
Any updates? It is important because file access control depends on it. |
Tested and works on 15 RC3. I see this is Vue multiselect now, @skjnldsv did you work on this? |
@ChristophWurst not that I remember 🤔 |
Also here no longer works with v14.0.4. With v14.0.3 it was working! |
Just tested again and it works fine here with stable14 which has no change to 14.0.4 in the systemtags app (which is the collaborative tags) Please press F12 go to "Console" and see if there are any errors while loading the page or trying to open the tags menu |
This is what I can see in the console after "RELOAD": Content Security Policy: Die Direktive 'child-src' sollte nicht mehr verwendet werden. Bitte verwenden Sie stattdessen die Direktive 'worker-src' zum Kontrollieren von Workern bzw. die Direktive 'frame-src' zum Kontrollieren von Frames. |
Can you disable the notifications app and see if that solves it? |
Now (notifications disabled) I receive: line 1501: function inFileList($row, result) {
|
I have those warnings too, but do the tags work now? |
No... .sorry.. .forgot to mention that! |
Can you send me a test account from your instance? Just email it to |
Done! |
Strange, the click event is not bound to the item: server/apps/systemtags/js/systemtagsinfoviewtoggleview.js Lines 42 to 44 in 6957e1f
@skjnldsv do you want to have a look, I tried to step with the JS debugger through it, but it does the exact same steps it's doing in my stable14. Could it be that another app is interfering with Backbone? @rubbergh can you for testing disable all apps that are not shipped by default? as far as I can see its only dropit and groupfolders, from which none should be causing issues. |
Am I safe to disable "group folders" and wont loose my data in the group folders? |
Welll.. also the "favorites star" does not work in detail dialog... should work, or am I wrong? Well... the star does work if I use the context dialog to active item as favorite... then the star in the detail dialog works again... but only this way. |
I don't have dropit installed and disabled group folders for testing. No change here. I see the same problem since the update from .3 to .4. |
Same here also. |
Yeah it seems like something is breaking all JS at some point. Everything that is linked before works (details sidebar can be opened) but everything that would be done after the breaking point does not, e.g. tagging and pdf previews |
Do we need to downgrade? |
I concur that I have the same PDF preview issue as well. |
Should upgrade on 15.0 help us? |
Exactly same issue here. A few days before I updated my installation from 14.0.3 to 14.0.4 and I enabled the group folders. Tags worked before. |
Okay, so it will be fixed with 14.0.5 which is planned for January. You can copy teh fix from the linked PRs manually for the time being. |
Thnx. With patch seems to work again. |
Did you actually read any of the previous comments before you posted yours? #12810 (comment) |
yes i have read but i don't understand what is the solution. |
No worries. The fixes are linked at #12810 (comment). The patch release will be available soonish. |
Hi,
When I create a file or folder and go to details to assign tags, the tags field does not show. That is, when I click on "Tags" nothing happens and for the files and folders that are already tagged, I get the tags field but previously assigned tags aren't showing.
I've recently upgraded from v13 to v14.0.4. It seems that it is a bug in the version that I'm running.
Nextcloud v14.0.4
Collaborative tags v1.4.0
The text was updated successfully, but these errors were encountered: