-
Notifications
You must be signed in to change notification settings - Fork 0
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
In the browser filering on keywords does not work #1
Comments
I can confirm this bug with Carnet 0.25.2 and NC 28.0.1 |
This does not seem to a problem with the NoteController.php or PageController.php, as suggested in CarnetApp/CarnetNextcloud#214 Rather, there's an error thrown for templates/CarnetWebClient/browsers/browser.js , which is a bootstrap/webpack-compiled file, as far as I can see. The error is:
this refers to webpack_module 9622 and I can't really tell what the problem is, though. That module seems to work for listing the keywords in the sidebar. The error is only thrown when clicking on one. |
I found an interim solution: In the file
which should be around line 14016
I am not really fluent with webpack, but I think this change should be made on the compile-side of things, not with the output template files. So this is not the permanent fix. But for now this seems to do the trick. edit: |
@Playnary good fix indeed webpack is kind of compiled, I've fixed it inside CarnetWebClient/src/browsers/file-browser.js |
Great, glad that I could help a little. Do I see correctly that this fix isn't yet in the latest version commit? (Thanks, by the way! It is indeed good to see that Carnet keeps the head above water :) And I'll happily help maintain upcoming issues, I really like and use it a lot.) |
I have attached keywords to various carnet cards/notes.
If I click on the keyword on the left, no filtering is happening.
In contrast, the Android app works as expected.
Carnet Server version 0.25.2
Android app: 0.25.1-20230814.1911
The text was updated successfully, but these errors were encountered: