From 24919102c32006a3b08f07c6fd40212e0b373b6c Mon Sep 17 00:00:00 2001 From: talkabout <> Date: Thu, 6 Aug 2015 19:48:28 +0000 Subject: [PATCH] 95_Dashboard: fixed problem with smallscreen styles that caused devices to be shown in wrong tabs git-svn-id: https://svn.fhem.de/fhem/trunk@9024 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ fhem/FHEM/95_Dashboard.pm | 3 +++ 2 files changed, 5 insertions(+) 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; }