Closed (fixed)
Project:
Content Management Filter
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2010 at 10:19 UTC
Updated:
15 Dec 2010 at 09:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
jonathan1055 commentedHere's the patch, I made it against the dev release of 28th October. I've just noticed that there is now a dev release dated 10th November but this patch should still apply OK as these functions were not changed, but there will be an offset when patching.
I also added the form item name into the two error messages, so that it is easier to see which one is being displayed when debugging, and it also gives a more informative message to the user.
Jonathan
Comment #2
jonathan1055 commentedSet status to 'needs review'
Comment #3
matason commentedHi jonathan1055, I came across the same issue whilst using 6.x-2.x-dev and your patch fixed the issue so thanks!
This issue is however fixed in the 6.x-2.0 release so I guess it would be a good idea to update.
Comment #4
jonathan1055 commentedHi Matason,
Thanks for confirming the bug, but I don't quite get your comment, as 2.x-dev is newer that 2.0 so it would not be an 'update' to go back to 2.0.
I've put the status back to 'needs review' because I don't think it is supposed to be marked as fixed until the patch has been committed or discarded as 'wont fix'. If you have tested the patch then you can set the status to 'reviewed and tested by the community' to give the maintainers an indication that it might be ready to commit. Apologies if I'm telling you what you know already :-)
Jonathan
Comment #5
matason commentedHi jonathan1055, you're absolutely right, my mistake... I've marked it as "reviewed and tested" :)
Comment #6
irakli commentedComitted: http://drupal.org/cvs?commit=457642
Comment #7
jonathan1055 commentedThank you matason and irakli.