You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
In the graphs.php screen, the "Change Graph Template" action isn't showing up. Looks like the logic is to check that a template_id is being specified as a filter but the way it's implemented doesn't work for non-numeric tamplate_id's...in graphs.php:
In the graphs.php screen, the "Change Graph Template" action isn't showing up. Looks like the logic is to check that a template_id is being specified as a filter but the way it's implemented doesn't work for non-numeric tamplate_id's...in graphs.php:
but my template_id's are non-numeric:
so this is never true. Perhaps we want != 0 instead?
The text was updated successfully, but these errors were encountered: