Closed (fixed)
Project:
Automatic Nodetitles
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2010 at 14:11 UTC
Updated:
21 Jun 2011 at 12:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
cfennell commentedThis causes js to fail for other modules; in my case, autosuggest in the nodehierarchy module failed. Disabling automatic node resolved the problem for me.
Comment #2
braindrift commentedSubscribing
This function is not defined in auto_nodetitle.js, the function is called from there.
Comment #3
braindrift commentedQuick Fix:
just replace the line 6 in auto_nodetitle.js by:
$('fieldset#edit-auto-nodetitle', context).drupalSetSummary(function (context) {Comment #4
13rac1 commentedArgh/Haha! I'm creating a module and the FormAPI AJAX callback wasn't working. I though it was something I was doing wrong.
Patch attached.
Comment #5
fagothanks, committed.