mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
76_msgDialog: fix allowed attribute list
git-svn-id: https://svn.fhem.de/fhem/trunk@26099 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7a2e92299c
commit
27f8c123c9
@ -490,7 +490,7 @@ sub msgDialog_reset {
|
||||
sub msgDialog_updateAllowed {
|
||||
Log3('global',5, 'msgDialog - entering msgDialog_updateAllowed');
|
||||
|
||||
my $allowed = join q{,}, sort devspec2array($msgDialog_devspec);
|
||||
my $allowed = join q{,}, devspec2array($msgDialog_devspec);
|
||||
|
||||
$modules{msgDialog}{AttrList} =~
|
||||
s{allowed:multiple-strict,\S*}{allowed:multiple-strict,everyone,$allowed};
|
||||
|
Loading…
x
Reference in New Issue
Block a user