Skip to content

Commit 297e2fc

Browse files
authored
Ensure opening the Automation's settings modal doesn't replace the automation values. (baserow#4984)
1 parent 95fb63f commit 297e2fc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "bug",
3+
"message": "Fixed a bug that caused a crash when trying to view an Automation's settings in development mode.",
4+
"issue_origin": "github",
5+
"issue_number": null,
6+
"domain": "automation",
7+
"bullet_points": [],
8+
"created_at": "2026-03-16"
9+
}

web-frontend/modules/automation/components/settings/GeneralSettings.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export default {
5959
name: '',
6060
notification: false,
6161
},
62+
allowedValues: ['name', 'notification'],
6263
}
6364
},
6465
validations() {

0 commit comments

Comments
 (0)