Problem/Motivation

To be able to use entity operations (e.g. in views) an entity type needs a list builder to be defined.

Proposed resolution

Add a list builder.

Remaining tasks

Add more fields.

User interface changes

None (for now); quiz provides views for quiz result lists

API changes

None

Data model changes

None

CommentFileSizeAuthor
#3 3232045-2.patch1.71 KBcasey
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

casey created an issue. See original summary.

casey’s picture

Status: Active » Needs review

Note that I added the list builder to Drupal\quiz\Entity, while all other list builders that the quiz module provides are in Drupal\quiz\Config\Entity (even for all content entity types).

Also I only added only two columns, while I think the default should provide more columns.

For now I only needed the entity operations views field to be available.

casey’s picture

  • djdevin committed 0acd959 on 6.x authored by casey
    Issue #3232045 by casey: Add a list builder to quiz_result entity type
    
djdevin’s picture

Status: Needs review » Fixed

That's fine for now.

There is already a bundled view at admin/quiz/reports/results with more data.

Status: Fixed » Closed (fixed)

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