Replies: 2 comments 4 replies
-
@Flynsarmy great work on this. My only notes would be:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Currently waiting on #506 before this can continue |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Relation
formwidget currently only supports JSON fields. I'd like it to also support model relations.I made an example
RelatedRepeater
formwidget by extendingRepeater
to demonstrate how this might work. Code available here:https://github.com/Flynsarmy/wn-relatedrepeater-plugin
The code is ugly as sin but it appears to work perfectly for hasMany relations and could be merged back into Repeater when done. I haven't tested other relation types.
Would love some testing for any edge cases, other relation types etc. I'm happy to keep working on this.
Beta Was this translation helpful? Give feedback.
All reactions