Commit ccccaab
Olivier Gintrand
fix(admin): preserve meta-server config during server create and edit
The form sends 'meta_server_enabled' checkbox (value 'on') but the backend
was reading 'server_type' which is never in the form data, causing it to
always default to 'standard'. Also fix hide_underlying_tools to accept
the 'on' value that checkboxes send.1 parent f0c8df7 commit ccccaab
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3022 | 3022 | | |
3023 | 3023 | | |
3024 | 3024 | | |
3025 | | - | |
3026 | | - | |
| 3025 | + | |
| 3026 | + | |
3027 | 3027 | | |
3028 | 3028 | | |
3029 | 3029 | | |
| |||
3187 | 3187 | | |
3188 | 3188 | | |
3189 | 3189 | | |
3190 | | - | |
3191 | | - | |
| 3190 | + | |
| 3191 | + | |
3192 | 3192 | | |
3193 | 3193 | | |
3194 | 3194 | | |
| |||
0 commit comments