Skip to content

work around API having broken is_active states

Harald Sitter requested to merge work/alwaysactive into master

with the new supported entity page tech we prevent filing bugs against unsupported versions. that does however require versions actually be reported properly as active or not and right now that isn't working for reasons beyond me. null==false would ordinarily be reasonable but for now let's change that to null==true until sysadmins can figure out why the is_active properties are broken

Merge request reports