Bug #1948
Tissue ignoring False return from fbi_api.block/unblock methods
Start date:
09/29/2011
Due date:
% Done:
0%
Estimated time:
Description
Tissue is ignoring the True/False return from fbi_api block/unblock; tissue is assuming that if the call did not raise an exception, then the status is True (meaning that a block worked or an unblock worked). This is not the case.
A call can work but still produce a BE or UE state (misconfigured device password, device timeout, etc.)
History
#1 Updated by Lauri Carpenter over 9 years ago
- Status changed from New to Resolved
_doBlock/_doUnblock now examine the boolean result to determine if final status should be B or BE (U or UE).
#2 Updated by Randy Reitz about 9 years ago
- Status changed from Resolved to Closed