select ForeignKey property #329
Replies: 2 comments 1 reply
-
|
Can you provide a minimal example and use-case? |
Beta Was this translation helpful? Give feedback.
-
|
The foreign key selection uses the primary key as the ID by default, but my foreign key is not associated through the primary key. When I save data, the ID of the selected data will be updated to the foreign key attribute by default, resulting in a failure to save. For example, if I use a foreign key associated with the unique name attribute, I need to modify the default value of the entry ID to save it as name class QueryAjaxModelLoader: |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
The foreign keys must be associated through primary keys and cannot be other unique attributes?
Beta Was this translation helpful? Give feedback.
All reactions