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

Letharion’s picture

Status: Active » Postponed (maintainer needs more info)

Oh wait, there's something in clients_resource_remote_views_block ...

Letharion’s picture

Status: Postponed (maintainer needs more info) » Fixed

Nevermind, there is a UI. :)

joachim’s picture

Category: feature » support

Because a remote entity type needs both the resource AND an implementation of hook_entity_info(), there's no UI.

See the README for instructions.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.