Closed (fixed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2009 at 18:49 UTC
Updated:
9 Apr 2010 at 10:50 UTC
Currently reordering of actions and conditions is not convenient - it's old D5 style with numeric weights setting. Actually it takes lot of wasted time especially when you have lots of actions. Would be nice to use D6 table with drag handles - for reordering conditions and actions.
Steps:
1) Use 2 separate tables with theme('table') - one for conditions and another for actions. Then use drupal_add_tabledrag() inside of each theming function
2) Add submit button to the Rule form which will save adjusted weights.
Comments
Comment #1
klausiI agree, patches welcome.
Comment #2
fagoAgreed too. I think we should make sure it's working that way for rules 2.x.
Comment #3
crea commentedGuys I would provide patch, but it takes so much time to understand how it works and rules is complex piece of software..
Comment #4
finex commentedsubscribing
Comment #5
fagoComment #6
finex commented@fago: so do you think that this feature will not be added in the D6 version?
Comment #7
rburgundy commentedsubscribing
Comment #8
msumme commented+1
Also, this should definitely be added in the 6.x version, as people will still be using 6.x for at least another 2 years. Drupal 7 probably won't be adopted in a wide-spread sense for another year I'm guessing.
Comment #9
klausiAs far as I know from fago there will be a backport of Rules 2.x to Drupal 6, to avoid developing for two completely different code bases.
Comment #10
fagoI don't think a backport of rules 2 to d6 will happen, but let's see. I won't have time to do any new development for d6 either, d7 takes more than enough time to develop for - so if there is no community initiative there won't be a tabledrag UI for d6.
Setting issue to fixed as it's there in d7.