Multiple fields for one column #2737
Closed
krystof-k
started this conversation in
Feature feedback
Replies: 3 comments 7 replies
-
Hmmm, this seems like a pretty unique workflow to edit the same column using two fields. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Closing for now. Feel free to reopen |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
This is kind of follow up onto #2603. Now I have another issue, consider this:
If I edit the raw JSON content in the first
:code
field, it is always overriden by the:boolean_group
(and vice versa).E.g.:
Existing metadata content:
Edited JSON in the
:code
field:+ I tick also Feature enabled
Result saved:
What I would like/expect:
Is there any approach how to achieve this except creating custom getters/setters? I guess this is caused by updating all values in parallel therefore the second
:boolean_group
field isn't fed with the updated value from the:code
field – if it would be processing sequentially, it would work.Beta Was this translation helpful? Give feedback.
All reactions