oro/crm-call-bundle
Adds Call activity tracking to Oro applications: provides the Call entity plus UI to log, view, and manage call records for any entity with the activity enabled. Includes related docs on entities, form type, and validators.
The *.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).
All *.class parameters for service definitions were removed from the dependency injection container.
private:
oro_call.twig.call_extensionoro_call.twig.classHow can I help you explore Laravel packages today?