Sometimes that name gets updated. It'd be cool to have this.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2012-10-04 at 7.51.27 PM.png | 64.39 KB | diwant |
Sometimes that name gets updated. It'd be cool to have this.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2012-10-04 at 7.51.27 PM.png | 64.39 KB | diwant |
Comments
Comment #1
diwant commentedIf someone can point me to where that message is coming from, I'll do it.
Comment #2
merlinofchaos commentedThis message might be coming from CTools' export UI, though I thought it was better about using administrative names. The first place to look would be in plugins/export_ui/ in mini panels but chances are it's just inheriting from the base class in ctools/plugins/export_ui
Comment #3
diwant commentedThanks Earl! I found the part in CTools export plugin ui where it has the 'Blah blah has been updated' message, but that uses %title. I think that means that somewhere we are passing the wrong argument in for title to the plugin. I'm going to take a deeper look.
(that's line 347 in export-ui.inc)
Comment #4
diwant commentedComment #5
diwant commentedCTools grabs the field it uses in the title from $this->plugin['export']['key']. I'm looking at who sets that up now.
Comment #6
diwant commented@merlinofchaos this seems like it's a CTools decision to use name instead of title. You're on ctools as well. Should I raise an issue there and see if people want that change? Or should I upload a patch to fix it locally here in Minipanels?
Comment #7
merlinofchaos commentedYeah, this should be moved to CTools and patched there so everything can use it.
Comment #8
diwant commentedReported at CTools (1805982)