1
0
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:
Jon Ziebell 2019-12-17 07:08:28 -05:00
parent 58a22f009b
commit fed0ff43d6

View File

@ -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
]
]
);