refactor: recordPicker => associationField (#2444)
This commit is contained in:
parent
caad07e11e
commit
8b75738c90
@ -142,7 +142,7 @@ const getDefaultCollectionFields = (values) => {
|
|||||||
uiSchema: {
|
uiSchema: {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
title: '{{t("Created by")}}',
|
title: '{{t("Created by")}}',
|
||||||
'x-component': 'RecordPicker',
|
'x-component': 'AssociationField',
|
||||||
'x-component-props': {
|
'x-component-props': {
|
||||||
fieldNames: {
|
fieldNames: {
|
||||||
value: 'id',
|
value: 'id',
|
||||||
@ -178,7 +178,7 @@ const getDefaultCollectionFields = (values) => {
|
|||||||
uiSchema: {
|
uiSchema: {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
title: '{{t("Last updated by")}}',
|
title: '{{t("Last updated by")}}',
|
||||||
'x-component': 'RecordPicker',
|
'x-component': 'AssociationField',
|
||||||
'x-component-props': {
|
'x-component-props': {
|
||||||
fieldNames: {
|
fieldNames: {
|
||||||
value: 'id',
|
value: 'id',
|
||||||
|
Loading…
Reference in New Issue
Block a user