Cannot delete graphs from 'My Graphs' in composer

Asked by molecularchaos

I am unable to delete any graphs from 'My Graphs'. I login, go to a specific graph, and click the red X. It verifies the graph name, says it's successfully deleted, but the graph still exists.

Here is the access log line:

X.X.X.X - - [28/Aug/2013:22:12:11 +0000] "GET /composer/mygraph/?_dc=1377727931072&action=delete&graphName=server_inbound HTTP/1.1" 200 35

Permissions to graphite.db file are fine. Creating new graphs is fine.

Thanks,

ZZ

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
molecularchaos
Solved:
Last query:
Last reply:
Revision history for this message
molecularchaos (molecularchaos) said :
#1

Figured out the issue.

When you delete a graph it puts in the name of the graph, in this case server_inbound automatically. If your graph is in a hierarchy this will fail. You must put in the whole path to the graph as in level1.server_inbound.

Possible future fix?

ZZ