Replies: 1 comment 1 reply
-
Hi, Which Twill version that you are using? Just follow the documentation steps. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone !
we are using capsules and we have an issue which we have not found a solution yet -
we have a capsule called Area which have 2 modules into it: 1-Area, 2-City.
each Area hasMany cities :
in Area model:
we want to use parent-child modules to prevent column with Area beside column with related Cities, something like this:

The real issue is when we want to click on the related cities to prevent its list - it looks like it looking for separate capsule for city
(even if change City to AreaCity)
so my question is - is there an option to do that without creating separate capsule for City?
thank you so much for your time !
Beta Was this translation helpful? Give feedback.
All reactions