Skip to content

Commit

Permalink
v4.0.21-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jemu75 committed Feb 27, 2024
1 parent fe60b48 commit 221c9e1
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 7 deletions.
3 changes: 3 additions & 0 deletions public/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v4.0.21-beta (26.02.2024)
## Settings
- Bugfix for fhem commands in Header Settings
# v4.0.20-beta (26.02.2024)
## Core
- csrf handling changed
Expand Down
1 change: 1 addition & 0 deletions src/components/SettingsHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
const preLang = '_app.settings.header.'
function addItem() {
if(!fhem.app.config.header.commands) fhem.app.config.header.commands = []
fhem.app.config.header.commands.push(JSON.parse(JSON.stringify((newItem))))
form.value.reset()
}
Expand Down
3 changes: 3 additions & 0 deletions www/fhemapp4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v4.0.21-beta (26.02.2024)
## Settings
- Bugfix for fhem commands in Header Settings
# v4.0.20-beta (26.02.2024)
## Core
- csrf handling changed
Expand Down

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

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

Large diffs are not rendered by default.

Loading

0 comments on commit 221c9e1

Please sign in to comment.