Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Global Configuration missing values? #27778

Closed
brianteeman opened this issue Feb 2, 2020 · 2 comments
Closed

[4.0] Global Configuration missing values? #27778

brianteeman opened this issue Feb 2, 2020 · 2 comments

Comments

@brianteeman
Copy link
Contributor

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

@SharkyKZ
Copy link
Contributor

SharkyKZ commented Feb 2, 2020

See PR #27098.

@brianteeman
Copy link
Contributor Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants