Problem/Motivation

When making a view of a user index, the only display option is "Fields".

Proposed resolution

There should be a second option "Users" (which is the equivalent to "Rendered entity" of content entities. See the user_admin_people view.) Then it should also be possible to choose one of the existing display modes of the user accounts.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
user-index-display-options.png16.34 KBifrik

Comments

ifrik created an issue. See original summary.

drunken monkey’s picture

Status: Active » Closed (duplicate)

There should be a second option "Users" (which is the equivalent to "Rendered entity" of content entities.

Users are content entities, and thus that option ("Rendered entity") is already there. Just clear the cache.
See #2721629: Clear all necessary Views caches when an index is created or changed.

ifrik’s picture

Clearing the cache didn't make any difference, but applying the patch for #2763161: Fix display plugin not being available right after a view or display is created does fix this for me as well.