Viewing all the content created by task entity.

Created on 6 January 2025, about 1 month ago

Problem/Motivation

Is there a way to view all the content created by a task entity? As shown in the images below, when a user navigates to a task URL, it only displays the task details that are shown on the board. Is there a way to ensure that all details can be displayed?


Steps to reproduce

Install the vanilla Burndown module, create a project and a task in the backlog, and then add it to the board. Right-click on the task link; this will navigate to a new tab where you can edit the task entity. Press 'Save,' and it will display a result.

Proposed resolution

Unknown looking for direction on how this could be solved.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇦🇺Australia purencool

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @purencool
  • 🇨🇦Canada jeremylichtman

    I think you could do this with Views. i.e. a view that lists all tasks for a project, regardless of status.

  • 🇦🇺Australia purencool

    @jeremylichtman could there be a link added to the card with a view list of one, that shows all the fields attached to the entity task? Currently, the task card has two edit links.

  • 🇨🇦Canada jeremylichtman

    Not sure I understand the ask. What would the display show?

  • 🇦🇺Australia purencool

    When testing with a Drupal View and a display view on a new installation, it doesn't seem to display all items. Do you have any suggestions on how to get all these items to render?


  • 🇨🇦Canada jeremylichtman

    You may have to add relationships, i.e. for the log.

  • 🇦🇺Australia purencool

    I can get the view to work if I don't render the Task Rendered entity and only use separate fields. What is interesting is that when I try to override the twig template with burndown-task--full.html.twig in the module, Drupal core won't be recognized. If this could be added, it would give developers the ability to alter content in an entity render layout. What steps do I need to take so that this template, and others like it, can be recognized by Drupal Core's rendering API?



  • 🇨🇦Canada jeremylichtman

    Not sure. Can you create a custom display mode for the entity, and use the template for that?

Production build 0.71.5 2024