Upgrade relation picker (#8795)
- Rename all parts using the name "relation" to "record" when component is only selecting record - Remove the use of scope states in folder - Rename entities to records This PR prepares the use of the record picker in workflows
This commit is contained in:
@ -144,7 +144,7 @@ export const query = gql`
|
||||
`;
|
||||
|
||||
export const variables = {
|
||||
entitiesToSelect: {
|
||||
recordsToSelect: {
|
||||
limit: 10,
|
||||
filter: {
|
||||
and: [
|
||||
@ -154,7 +154,7 @@ export const variables = {
|
||||
},
|
||||
orderBy: [{ name: 'AscNullsLast' }],
|
||||
},
|
||||
filteredSelectedEntities: {
|
||||
filteredSelectedRecords: {
|
||||
limit: 60,
|
||||
filter: {
|
||||
and: [
|
||||
Reference in New Issue
Block a user