diff --git a/fhem/CHANGED b/fhem/CHANGED index 7dc90deeb..c00b5767a 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 95_Dashboard: fixed problem with smallscreen styles that caused devices + to be shown in wrong tabs - bugfix: 34_NUT: versucht bei disabled=1 nicht mehr, eine Verbindung aufzubauen - change: 57_CALVIEW: - replace unwanted backslash before a comma sign - bugfix: 95_Dashboard: fixed sorting for grouped devices diff --git a/fhem/FHEM/95_Dashboard.pm b/fhem/FHEM/95_Dashboard.pm index 0dd04b385..3018caa68 100644 --- a/fhem/FHEM/95_Dashboard.pm +++ b/fhem/FHEM/95_Dashboard.pm @@ -367,6 +367,9 @@ sub Dashboard_CGI($) FW_pO $ret; + # empty room to make sure no room actions are taken by the framework + $FW_room = ''; + return 0; }