Status tab claims device is inactive #3960
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
active
(in the sense of thedcim_device.status
column in the database) and have a valid database navigationExpected Behavior
The
status
tab should be enabled and clickable.Observed Behavior
The
status
tab is not clickable, instead it reportsdevice must be in active status
.However, manually navigating to
status/
works perfectly fine and displays all desired data.Probable reason
The template still checks
device.status == 1
using the legacy numerical value (although this might be plain wrong because I don't know the codebase).The text was updated successfully, but these errors were encountered: