The titular error appears on all page loads, and appears to prevent all further js files from properly loading after updating to the most recent -dev release today.
The cause appears to be the introduction of "scripts[] = auto_nodetitle.js" in the .info file as removing this line resolves the issue.
Since I believe the previous "files[] = auto_nodetitle.js" line would not have actually loaded the js file, and this file is already loaded specifically where it is required via the FormAPI "#attached" element, I believe it should be fine to simply remove reference to auto_nodetitle.js from the .info file.
Marked as critical since this breaks functionality of other modules that load javascript.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | auto_nodetitle-typeerror-drupalSetSummary-3027658-1.patch | 311 bytes | gregseb |
Comments
Comment #2
gregseb commentedComment #3
joelpittetAgreed this broke some views export functionality.
Comment #5
gaurav.kapoor commented