Comment 4 for bug 784414

Revision history for this message
Pierre Baillet (octplane) wrote :

Hi,

I've started implementing a fix for this issue which I thing cripples the application by making users believe name are used for something important although it's not really the case...

http://bazaar.launchpad.net/~octplane/graphite/url_management/revision/606

The patch contains 2 parts:

- One for the graphite composer, overriding the identifier in the extjs tree item to have a valid identifier (I'm using 'i'+md5 of the Graph name). This fixes this bug.

- One for the Dashboard composer which creates an extended version of menuInputItem which supports an extended regexp to validate the input.