Closed (fixed)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2010 at 04:14 UTC
Updated:
6 May 2010 at 20:10 UTC
Hi,
I would like to suggest that setSummary is now drupalSetSummary in Drupal.behaviors javascript. Please check pathauto.js line 6:
- $('fieldset#edit-path', context).setSummary(function (context) {
+ $('fieldset#edit-path', context).drupalSetSummary(function (context) {
I'm using Drupal 7 CVS update. Thanks.
Comments
Comment #1
dave reidThanks I confirmed this was changed. Small changed and fixed it for me. Committed to CVS. Thanks!
http://drupal.org/node/777082