make syncTagIds public #459
quantumwebco
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
syncTagId
from outside the model doesn't work because it's protected. As a workaround I have created asyncTagsById
on the model which in turn callssyncTagIds
but is there any reason not to make that method available?Beta Was this translation helpful? Give feedback.
All reactions