Skip to content

Commit

Permalink
Merge branch 'release-2024-fall' into bugfix/FOUR-20075
Browse files Browse the repository at this point in the history
  • Loading branch information
CarliPinell authored Nov 14, 2024
2 parents 6d2a229 + 11d5129 commit c29dd6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@processmaker/screen-builder",
"version": "3.0.4",
"version": "3.0.5",
"scripts": {
"dev": "VITE_COVERAGE=true vite",
"build": "vite build",
Expand Down
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 c29dd6b

Please sign in to comment.