Closed (fixed)
Project:
Custom filter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Jul 2009 at 11:15 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
avpadernoComment #2
avpadernoThat is strange, because the module contains the code to delete the filter data from the database.
Are you sure the form is not being cached? Did you check if your Drupal installation has the cache enabled?
Thanks for your report.
Comment #3
acidtalks commentedYes, code is there, but it uses an uninitialized variable $fid in function customfilter_filter_delete_submit:
So the rules are deleted but not the filter.
A fix seems to be easy. Here's the code that works for me. Please review it.
PS: Your module is great, saved me hours of time.
Comment #4
acidtalks commentedOk, I see you have already fixed this in the actual development tree. Installing the lasted version of customfilter-6.x-2.x has fixed the problem, too.
Comment #5
avpadernoYes, I changed the code before to have an issue report. I updated the content of CHANGELOG.txt so it now contains a reference to this report.
I will then verify that also branch 6.x-1 doesn't contain the same kind of error; I need to take a break from developing new code because I start to see PHP code also in the electric grill (I don't know if that is a good, or a bad thing because I have never tasted broiled PHP).
Comment #6
avpadernoNext time I should remember what I was doing, before to start to think of PH(is)H and chips.
Comment #7
avpadernoComment #8
avpaderno