Using InlineCreateOperation with "include_main_form_fields" does not carry over values from select2_multiple fields #1133
Replies: 1 comment 1 reply
-
Hey @dawolf I have escalated the issue here. Let's continue the discussion there. - Closing this one |
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.
-
Not sure if this is a bug, "by design" or something wrong with my code.
I am trying to use the
InlineCreateOperation
and want to pass the selection from aselect2_multiple
field in the main form over to the InlineCreate form usinginclude_main_form_fields
.I want to create an Event that uses the selected Movies from the main form in the InlineCreate form.
Passing the values of
name
(String) andmovies
(n-n Relationship) usinginclude_main_form_fields
works only forname
, which I can output in the InlineCreate form. The value formovies
or any otherselect2_multiple
field I try to pass over is just empty.Any pointers are appreciated.
Beta Was this translation helpful? Give feedback.
All reactions