Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Initial release as a recipe. Note that this recipe requires the Flag module, which does yet have a Drupal 11-ready release (as of this writing) but the relevant issue does have a patch available.
This release adds a view to allow a manager to create and sort the tasks of others. When enabling tasks_olivero, the block for this new view is automatically added to the user page, and the default view (for managing your own tasks) is automatically added to the home page. Both blocks are added to the sidebar, but once they are installed a site can move them to any region.
This release updates the permission needed to access the views, and adds a contextual filter to ensure only the current user's tasks will be shown. Also, the README had been updated to list the permissions that should be given to any role that will needed to fully use the tasks system.
This module is a Configuration Kit that provides a system for managing user-specific tasks. On first install the system is simple by design, but the tasks are stored as Storage Entities so you're free to modify and add fields as needed to suit the specific needs of your site: due dates, ticket IDs, a "task type" taxonomy reference, and so on.