Morph many to one picker (#14155)
This PR follows the multiSelect PR merged previously. It will enable morph relation Many to One to be handled from the table, using a singleSelect picker Main point : I decided to change the singleSelect API to take an array of **objectMetadataName** instead of only one to deal with both our usecases. --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ export const SURVEY_RESULT_DATA_SEED_COLUMNS: (keyof SurveyResultDataSeed)[] = [
|
||||
];
|
||||
|
||||
export const SURVEY_RESULT_DATA_SEED_IDS = {
|
||||
ID_1: '20202020-0f2a-49d8-8aa2-ec8786153a0b',
|
||||
ID_1: '20202020-3d5f-4e2a-9c1b-7f8e2d3c4b5a',
|
||||
ID_2: '20202020-4e83-41ec-93e2-fd70ff09f68c',
|
||||
ID_3: '20202020-e716-4dd5-ac61-3315bc559e2d',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user