?
avatar brianteeman
brianteeman
2 Feb 2020

Since the change in global configuration to use True/False instead of 1/0 the display of the current value is missing on page load if the value is false instead of 0

In this example you will see that it doesn't say the state of the Debug Language but it does for Debug System
image

This is because I set

	public $debug = 0;
	public $debug_lang = false;

As soon as I save it they will both be set to false and appear like
image

I am guessing that the same/similar fix that was applied to System Information #27553 would work here as well

avatar brianteeman brianteeman - open - 2 Feb 2020
avatar joomla-cms-bot joomla-cms-bot - change - 2 Feb 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 2 Feb 2020
avatar SharkyKZ
SharkyKZ - comment - 2 Feb 2020

See PR #27098.

avatar brianteeman
brianteeman - comment - 2 Feb 2020

Thanks

avatar brianteeman brianteeman - change - 2 Feb 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-02-02 21:50:18
Closed_By brianteeman
avatar brianteeman brianteeman - close - 2 Feb 2020

Add a Comment

Login with GitHub to post a comment