Skip to content

Commit

Permalink
Merge pull request #4556 from open-formulieren/feature/4555-merge-pre…
Browse files Browse the repository at this point in the history
…fill-columns

De-clutter variables table (prefill columns)
  • Loading branch information
sergei-maertens authored Jul 26, 2024
2 parents 08f946d + f4821f2 commit 0f58169
Show file tree
Hide file tree
Showing 52 changed files with 1,372 additions and 317 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
pull_request:
branches:
- master
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch:

# Allow one concurrent deployment
Expand Down
533 changes: 480 additions & 53 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@open-formulieren/design-tokens": "^0.51.0",
"@open-formulieren/formio-builder": "^0.25.0",
"@open-formulieren/formio-builder": "^0.26.0",
"@open-formulieren/leaflet-tools": "^1.0.0",
"@open-formulieren/monaco-json-editor": "^0.2.0",
"@rjsf/core": "^4.2.1",
Expand Down
102 changes: 82 additions & 20 deletions src/openforms/js/compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,12 +741,6 @@
"value": "Maximum date"
}
],
"7Vx5It": [
{
"type": 0,
"value": "No compatible registration backend configured."
}
],
"7X6yT4": [
{
"type": 0,
Expand Down Expand Up @@ -935,6 +929,12 @@
"value": "Please select the logic type:"
}
],
"9LdZVP": [
{
"type": 0,
"value": "Attribute"
}
],
"9LflJr": [
{
"type": 0,
Expand Down Expand Up @@ -1439,6 +1439,12 @@
"value": "Could not retrieve the decision definitions IDs/versions. Is the selected DMN plugin running and properly configured?"
}
],
"DWhkNq": [
{
"type": 0,
"value": "Plugin"
}
],
"DaxIUG": [
{
"type": 0,
Expand Down Expand Up @@ -2233,22 +2239,22 @@
"value": "Below you can specify a custom template for the configuration email. If not specified, the globally configured template will be used."
}
],
"MnfzL3": [
"Mdnl0l": [
{
"type": 0,
"value": "Plugin ID"
"value": "Prefill"
}
],
"Mv8yjC": [
"MnfzL3": [
{
"type": 0,
"value": "Form variables configuration"
"value": "Plugin ID"
}
],
"MzMXRd": [
"Mv8yjC": [
{
"type": 0,
"value": "Prefill attribute"
"value": "Form variables configuration"
}
],
"NE5h2q": [
Expand Down Expand Up @@ -2353,10 +2359,42 @@
"value": ". Extend your session if you wish to continue."
}
],
"OibWN2": [
"Oi+DV0": [
{
"children": [
{
"type": 1,
"value": "attr"
}
],
"type": 8,
"value": "code"
},
{
"type": 0,
"value": "Prefill identifier role"
"value": " from "
},
{
"children": [
{
"type": 1,
"value": "plugin"
}
],
"type": 8,
"value": "code"
},
{
"type": 0,
"value": " (of the "
},
{
"type": 1,
"value": "role"
},
{
"type": 0,
"value": ")"
}
],
"OlPsaw": [
Expand Down Expand Up @@ -2521,6 +2559,12 @@
"value": "Payment backend options"
}
],
"QsrtPz": [
{
"type": 0,
"value": "Prefill configuration"
}
],
"R/XadM": [
{
"type": 0,
Expand Down Expand Up @@ -2893,6 +2937,12 @@
"value": "Minimum time"
}
],
"Uq9Hbx": [
{
"type": 0,
"value": "-"
}
],
"Uu+81U": [
{
"type": 0,
Expand Down Expand Up @@ -3097,12 +3147,6 @@
"value": "Logic"
}
],
"WjDh7l": [
{
"type": 0,
"value": "Prefill plugin"
}
],
"WkBjB5": [
{
"type": 0,
Expand Down Expand Up @@ -3551,6 +3595,12 @@
"value": "backendName"
}
],
"bmlODS": [
{
"type": 0,
"value": "Identifier role"
}
],
"bnxtnX": [
{
"type": 0,
Expand Down Expand Up @@ -4077,6 +4127,12 @@
"value": "."
}
],
"gqVGbb": [
{
"type": 0,
"value": "Edit prefill configuration"
}
],
"gr7edY": [
{
"type": 0,
Expand Down Expand Up @@ -5115,6 +5171,12 @@
"value": "Component where the last name should be entered"
}
],
"tJQoMq": [
{
"type": 0,
"value": "There are errors in the prefill configuration."
}
],
"tLL2x4": [
{
"type": 0,
Expand Down
Loading

0 comments on commit 0f58169

Please sign in to comment.