Closed (fixed)
Project:
Services Views
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2012 at 13:23 UTC
Updated:
3 Dec 2012 at 16:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidThe problem here is that because services_views_field_formatter_info_alter() is an *alter* hook, that adding new formatters in that function needs to have all of its default properties assigned, which includes 'settings' => array().
See _field_info_collate_types() and the section with '// Populate formatter types.'
Comment #2
ygerasimov commentedDave do you mean patch like attached?
Sirish, can you test it please?
Comment #3
ygerasimov commentedPatch has been committed a while ago.
Comment #4
gumdal commentedI am facing this error, but at a different location. I have just installed Services Views module today, which means that it contains the patch submitted by ygerasimov on November 18, 2012.
This is what I get:
Fatal error: Unsupported operand types in /home/..../<drupal_folder>/sites/all/modules/services/auth/services_oauth/services_oauth.inc on line 25Thanks for any suggestions / fixes.
Comment #5
ygerasimov commentedI have created separate issue for this bug report. #1844678: Services Views and Oauth. Fatal error..
I have never tried oauth module with service views, so it needs some investigation. But definitively as separate issue.
Comment #6
gumdal commentedThank you, and also thanQ for this great module :)