make syncTagIds public #459
justrustyspoons
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to sync tags by id but calling
syncTagIdfrom outside the model doesn't work because it's protected. As a workaround I have created asyncTagsByIdon the model which in turn callssyncTagIdsbut is there any reason not to make that method available?Beta Was this translation helpful? Give feedback.
All reactions