Hi,
Is the ECK Authored By field stored as UID or User Name? The auto fill requires user names but this post makes me think it's storing UID.
https://www.drupal.org/project/eck/issues/2620876

I ask this because I want to relate (Views Relationship) the User table to My Entity table using the UID for performance reasons.

If ECK isn't storing UID, then does anyone know how to store UID ... automatically? Just like ECK stores Authored By.

Regards

Comments

sajosh created an issue. See original summary.

manuel.adan’s picture

Component: User interface » Miscellaneous
Status: Active » Fixed

As its name suggest, the uid field contains an (U)ser ID. It is an entity_reference field.

Status: Fixed » Closed (fixed)

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

sajosh’s picture

Hi Manuel,

Thanks for your reply but I don't get it. Is ECK's Authored By field storing the User Name or User ID?

The linked page doesn't have user id nor user name.

Regards