mirror of
https://github.com/beestat/app.git
synced 2025-07-09 03:04:07 -04:00
Fixed #197 - Thermostat groups can sometimes get null or invalid data
This commit is contained in:
parent
58a22f009b
commit
fed0ff43d6
@ -315,7 +315,8 @@ class thermostat_group extends cora\crud {
|
||||
'read',
|
||||
[
|
||||
'attributes' => [
|
||||
'thermostat_group_id' => $thermostat_group_id
|
||||
'thermostat_group_id' => $thermostat_group_id,
|
||||
'inactive' => 0
|
||||
]
|
||||
]
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user