I couldn't quite figure out how to get a remote entity configured to use a specific client connection. My attempts at loading a remote entity currently dies with
Fatal error: Call to a member function remote_entity_load() on a non-object in ... remote_entity.module on line 47
because $resource = clients_resource_get_for_component('remote_entity', $entity_type); doesn't find a resource.
Is the intention that there should be a UI for configuring this? If so, would you like me to write it? Or is a module providing a remote entity expected to create the relevant configuration on install? Or something else? :)
Comments
Comment #1
Letharion commentedOh wait, there's something in clients_resource_remote_views_block ...
Comment #2
Letharion commentedNevermind, there is a UI. :)
Comment #3
joachim commentedBecause a remote entity type needs both the resource AND an implementation of hook_entity_info(), there's no UI.
See the README for instructions.