this ajax pop up appears on views contextual filter creation when we select profile2 related fields
Call to undefined method flag_plugin_argument_validate_flaggability::_option_name() in C:\wamp\www\xxx\sites\all\modules\flag\includes\views\flag_plugin_argument_validate_flaggability.inc on line 36
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1890856.flag_.views-plugin-missing-methods.patch | 3.16 KB | joachim |
Comments
Comment #1
kaizerking commentedEdit:this error occurs for any setting, i.e not restricted to profile2
Comment #2
joachim commentedUrgh. This is my fault. I removed a couple of methods that were marked as 'Views 2 compatibility' (commit 93cf7f9fc31bf84a63dc8cac8a42a8e1e03fdc45) and didn't bother checking they weren't called...
Comment #3
kaizerking commentedshould i add that code from the commit diff?
Comment #4
joachim commentedNo, as we want that code to stay removed.
Can you try this patch please?
Comment #5
kaizerking commentedits working thanks:)
Comment #6
joachim commentedThanks!
Committed the patch.