8179 - power management, can't update value with 0.
-
I can create a power task with a
0
for minutes, but cannot update a task with a0
for minutes, however it will accept1
for minutes. -
This issue should be fixed now. It was because I was parsing through direct elements (Ensuring integer’s were indeed integers, strings were indeed strings, etc…) But 0 is parsed out as a null/empty/false entry which on update wouldn’t show up. Since changing them back to strings all appears to be working properly.
Thanks for reporting.