Pablo Díaz
Pablo Díaz
The field that is a collection doesn't render at all, it's blank. The form configuration is: ``` php ->add('arrayDiagnosticos', 'collection', [ 'type' => new DiagnosticoType(), 'allow_add' => true, 'allow_delete' =>...
is it possible to convert ms to hour: minutes? currently I only see the hour conversion (h)
Is there a way to get the user class in twig? Something equivalent to this ``` php $discriminator = $this->container->get('pugx_user.manager.user_discriminator'); $class = $discriminator->getClass(); ``` I want to change the routing...
The company data is not being correctly shown ``` module.exports = { build: { posthtml: { expressions: { delimiters: ['[[', ']]'], unescapeDelimiters: ['[[[', ']]]'], } }, templates: { source: 'src/templates',...
After upgrading to 0.2.1 I get this error ```js ERROR [EmailService] TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received an...