Browse Source

Ajout de message info dans la commande refresh-embeds

bastien 13 years ago
parent
commit
042e0f4c8f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Muzich/CoreBundle/Command/RefreshEmbedsCommand.php

+ 1 - 0
src/Muzich/CoreBundle/Command/RefreshEmbedsCommand.php View File

42
     
42
     
43
     foreach ($elements as $element)
43
     foreach ($elements as $element)
44
     {
44
     {
45
+      $output->writeln('<info>Prise en charge de "'.$element->getUrl().'" ...</info>');
45
       $factory = new ElementManager($element, $em, $this->getContainer());
46
       $factory = new ElementManager($element, $em, $this->getContainer());
46
       $factory->proceedExtraFields();
47
       $factory->proceedExtraFields();
47
       $em->persist($element);
48
       $em->persist($element);