Closed (fixed)
Project:
Webform
Version:
6.x-3.0-beta2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
8 Oct 2009 at 01:28 UTC
Updated:
16 May 2024 at 00:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedHere's an updated patch that stops the draggable webform settings from appearing on non-webform content types. I also changed the default weight to match the value in webform_form().
Comment #2
djalloway commented@BWPanda
could you re-roll against HEAD? (3.x)
I will then review and test it, and see what we can do about getting it committed.
Thanks.
Comment #3
Anonymous (not verified) commentedHere you go...
Comment #4
djalloway commentedHmm, it seems I was not thinking clearly.
For Webform 3.x the settings screen has moved to a different tab, so there is no need for a CCK type reordering hook, due to it's new location.
The only use for this would be in a future 2.x release, if there will even be one. And I will leave that call up to quicksketch.
Thanks for your work on this though BWPanda, great job.
Comment #5
Anonymous (not verified) commentedMarking back to v2...
Use the patch from #1 above, ignore #3.
Comment #6
quicksketchThis actually does still apply to 3.x, since the webform weight can be used on display, even if it's not used on edit. Webform 2.x already has this functionality in CVS. I've committed these patches to the 3.x branch.