Skip to content

Commit

Permalink
Merge pull request #1773 from ProcessMaker/bugfix/FOUR-20073
Browse files Browse the repository at this point in the history
FOUR-20073 Record list is affected by another record list configuration
  • Loading branch information
ryancooley authored Nov 13, 2024
2 parents 138e4fa + 7f2c5de commit 648eed6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/form-builder-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,15 @@ export default [
jsonData: '',
},
form: '',
source: {
collectionFields: [],
collectionFieldsColumns: [],
pmql: null,
sourceOptions: "Variable",
variableStore: null,
dataSelectionOptions: "no-selection",
singleField: null
}
},
inspector: [
keyNameProperty,
Expand Down

0 comments on commit 648eed6

Please sign in to comment.