Closed (fixed)
Project:
Rules
Version:
6.x-1.x-dev
Component:
Provided Module Integrations
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Dec 2008 at 09:15 UTC
Updated:
26 May 2012 at 18:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
amitaibuPatch.
Comment #2
amitaibuFYI, #350490: Module clean-up and new features
Comment #3
amitaibuFix a notice
Comment #4
fagovery nice!
I had a short look it. I noted you use array_filter() - however this is post-processing form values. This should happen during the action's form submit handler.
I've already fixed some coding-style issues: there were some tabs in there and a missing space after an if ( - watch out for that.
re-rolled patch attached.
ah - as we now have support for hook_taxonomy we could also add support for vocabularies there.
Comment #5
amitaibuMoved form processing to submit handler.
Comment #6
Rosamunda commentedI´m sorry but where should I apply this patch? The file taxonomy.rules_forms doesn´t exist...
Thanks!
Comment #7
Rosamunda commentedSorry! My bad. Didn´t realized that it was the dev version!
Comment #8
fagoyou forgot an empty function in the forms.inc - I've removed that. Else it looks fine so I've committed it. But I gave it no additional test, so please do.. ;)
thanks!
Comment #10
mitchell commentedUpdated component.