-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix(tags): improve tag manager #589
Conversation
addon/services/tags.js
Outdated
return yield this.store.query("tag", { | ||
filter: { | ||
withDocumentsInCategory: this.category, | ||
search, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not needed
5d81b73
to
2af690f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed: let's add some documentation for the new filter property, otherwise LGTM 👍
improve tag service by moving tag manager parts out
2af690f
to
c5df998
Compare
🎉 This PR is included in version 4.6.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
improve tag service by moving tag manager parts out
improved error handling in tag service
requires backend change projectcaluma/alexandria#387