Closed (fixed)
Project:
Audio
Version:
6.x-1.0-unstable2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2008 at 18:53 UTC
Updated:
24 May 2009 at 18:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedWhat's that do? Just lets CCK control the display weights? Or will it mess with the form weights as well?
Comment #2
agentrickardForm weights, which I believe also set display weights. Without this patch, audio elements always have a CCK weight of 0.
Comment #3
drewish commenteddoes it set all the form element weights? because the audio module actually has several form elements so i'm curious how they'd be affected. for the audio_getid3 and audio_itunes modules this would be great as is though.
Comment #4
agentrickardRight now, it moves the entire form fieldset, as shown in the attached -- where Audio Files is the fieldset created by Audio module. The same approach can be used with other fields set by the modules.
I had to do something similar with Domain Access.
Comment #5
drewish commentedcommitted the attached.