What the title says. Patch coming.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 921144_field_filter.1.patch | 3.59 KB | dawehner |
| #1 | 921144_field_filter.1.patch | 849 bytes | yhahn |
What the title says. Patch coming.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 921144_field_filter.1.patch | 3.59 KB | dawehner |
| #1 | 921144_field_filter.1.patch | 849 bytes | yhahn |
Comments
Comment #1
yhahn commentedAs seen in the data entry
The handler currently tries to pass the human readable title to
field_info_field()which obviously will not work. Patch fixes to use the title_short value.Comment #2
dawehnerI obvious used "test" for both title and the machine readable name :)
So title short is not secure from my perspective.
So i added field_name to every definition of fields/arguments/... This is better name. Additional it's secure to be the right one at any time.
Additional a bug in list_field_views_data was fixed to remove a unwanted field from the listing.
Comment #3
yhahn commentedGreat, will test out the patch and get back to you. Thanks!
Comment #4
JeremyFrench commentedHave just tested pach from #2, it works for me. Thanks
I'll leave as need review to give yhahn a chance to give feedback, but the patch looks good to me.
Comment #5
dawehnerThanks! This is commited now.