Closed (fixed)
Project:
Form Defaults
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2009 at 03:39 UTC
Updated:
4 Mar 2010 at 17:20 UTC
Working on a node with a large number CCK fields, I ran into an issue where several of the fields of other modules, (ie: ImageAttach, Notifications, etc.) where being repositioned when I used Form Defaults to make changes.
I found that by changing the weight limits/range in FORMDEFAULTS.MODULE from -10,10 to -50,50 seems to have cleared the problem. Also, I change the Header and Footer weights to match.
I used the -50,50 range to match the Drupal 6.x Menu system.
Comments
Comment #1
metzlerd commentedThe weights were fixed in a prior patch. The 6.x version now uses the proper weight range.