I noticed that when using CaseTrackerProject with an Entity Reference field, the entity labels would not be shown. A fix would be to add the 'label' => 'title' association to the entity keys, i.e.:

    'entity keys' => array(
      'id' => 'pid',
      'bundle' => 'type',
      'label' => 'title',
    ),

Comments

meanderix’s picture

Issue summary: View changes
metzlerd’s picture

Status: Active » Closed (won't fix)

Sorry, this branch is no longer supported.