oro/crm-task-bundle
Adds Task activity support to Oro applications, with UI to create and manage tasks, a default task workflow, grid listings for personal and system-wide tasks, and calendar integration to view tasks by date and link them to related records.
*.class parameters for all entities were removed from the dependency injection container.
The entity class names should be used directly, e.g. 'Oro\Bundle\EmailBundle\Entity\Email'
instead of '%oro_email.email.entity.class%' (in service definitions, datagrid config files, placeholders, etc.), and
\Oro\Bundle\EmailBundle\Entity\Email::class instead of $container->getParameter('oro_email.email.entity.class')
(in PHP code).How can I help you explore Laravel packages today?