Describe the bug
In certain cases, when pressing the back button, you receive a page that is broken. This happens on a few Cacti pages. This ticket is specifically for addressing the Graphs and Graph Templates page.
To Reproduce
Steps to reproduce the behavior:
-
Edit a Graph Template
-
Remove a Graph Template Input (which might also break your Template)
-
Click on another Graph Template Input
-
Press the Back Button
-
See the page is not rendered properly.
Expected behavior
Cacti should execute the back button action, but some action types should not be cached in the first place.
Additional context
In this case, the back button will want to goto the previous 'item_remove' page, which will then redirect to a page with a header=false, this results in the error being displayed.
Describe the bug
In certain cases, when pressing the back button, you receive a page that is broken. This happens on a few Cacti pages. This ticket is specifically for addressing the Graphs and Graph Templates page.
To Reproduce
Steps to reproduce the behavior:
Edit a Graph Template
Remove a Graph Template Input (which might also break your Template)
Click on another Graph Template Input
Press the Back Button
See the page is not rendered properly.
Expected behavior
Cacti should execute the back button action, but some action types should not be cached in the first place.
Additional context
In this case, the back button will want to goto the previous 'item_remove' page, which will then redirect to a page with a header=false, this results in the error being displayed.