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:
Thomas Trompette
2024-11-28 18:08:39 +01:00
committed by GitHub
parent d73dc1a728
commit 83223eeae3
62 changed files with 585 additions and 687 deletions

View File

@ -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: [