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.Dismiss alert
The get_graph_title() function auto-recalculates the Graph Title, which leads to more queries, a slower GUI, and some graphs that have inconsistent names. Need a title cache calling function instead.
To Reproduce
Simply have a Data Query Graph that is missing an index. From the Cacti Graphs page, the Graph still has it's proper name, but when you place it on the Tree, it has a bogus name.
Expected behavior
Cacti should use the correct name.
The text was updated successfully, but these errors were encountered:
netniV
changed the title
Tree Editing used get_graph_title() function which results in unexpected behavior
When updating Trees, graph titles are calculated too often leading to unresponsiveness
Apr 30, 2021
Describe the bug
The get_graph_title() function auto-recalculates the Graph Title, which leads to more queries, a slower GUI, and some graphs that have inconsistent names. Need a title cache calling function instead.
To Reproduce
Simply have a Data Query Graph that is missing an index. From the Cacti Graphs page, the Graph still has it's proper name, but when you place it on the Tree, it has a bogus name.
Expected behavior
Cacti should use the correct name.
The text was updated successfully, but these errors were encountered: