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

skip_if_empty not honored if set to False #847

Open
tkeffer opened this issue Feb 26, 2023 · 1 comment
Open

skip_if_empty not honored if set to False #847

tkeffer opened this issue Feb 26, 2023 · 1 comment
Labels

Comments

@tkeffer
Copy link
Contributor

tkeffer commented Feb 26, 2023

If skip_if_empty is set to False in skin.conf, a plot should be shown even if it does not have any data in it. Unfortunately, it is not. A plot is generated, but it is not shown.

The reason is that index.html.tmpl uses $recent.check_for_data to decide whether to show a plot, which only checks whether there is any data in the database, not whether skip_if_empty might be False.

Copy link

github-actions bot commented May 6, 2024

This issue is stale because it has been open for 180 days with no activity.

@github-actions github-actions bot added the stale label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant