Replies: 4 comments
-
Hi @johlym I'm not sure if I understand. Why aren't you using |
Beta Was this translation helpful? Give feedback.
-
Thanks for replying @Paul-Bob ! Fair question, for sure. Mostly the UI. |
Beta Was this translation helpful? Give feedback.
-
On Avo pro and above, you can make the belongs to
If you only require a label to create a new style and I suggest starting by reading the whole tags docs page, after that, you'll have an overview of all the possibilities and how to combine options to achieve your desired output. You could use |
Beta Was this translation helpful? Give feedback.
-
Thanks, @Paul-Bob! For now, I went in the direction of the tag with I'll take another look at Ultimately, since I need to create relationships between the |
Beta Was this translation helpful? Give feedback.
-
In my app, I have a
MenuItem
with a reusableStyle
, and saidStyle
can have one or moreMenuItem
s. I'm at a loss as to how to implement this in theMenuItem
resource (specifically as atags
field). Ideally, I'd like to feed thesuggestions
something likeStyle.pluck(:name)
, limit it to 1 tag, and have, if new ones not on the suggestion list are added, a newStyle
is created.It seems like ActsAsTaggableOn might work here, but I haven't explored whether this concept of tagging stuff will expand to other attributes or models so I don't know if it's just overcomplication.
Input appreciated!
Beta Was this translation helpful? Give feedback.
All reactions