Admin-UI: renderValue() of type boolean ignores custom true/false readParm string values when inline editing is not enabled. #5089
Labels
type: bug
A problem that should not be happening
Milestone
Bug Description
Admin-UI: List mode - Custom true/false string values in the readParms() are ignored when inline editing is not enabled on a field with type= boolean.
How to Reproduce
Include something like the following example in the readParms of the boolean.
Expected Behavior
A value of 1 in the database should render as "TRUE".
Actual Behavior
A value of 1 in the database renders the default green check-mark (ADMIN_TRUE_ICON)
The text was updated successfully, but these errors were encountered: