Browse Source

FD3-274 Se remueve esa referencia y volvió a funcionar, estuve probando
la edición de onus y asocia la posición dentro del nap de manera
correcta. Si en un momento en el select del nap me figuró la cantidad de
lugares disponibles, luego dejó de aparecer, pero fue solo un momento.

Maximiliano Schvindt 7 years ago
parent
commit
c92548ffe9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/FTTHBundle/Entity/NAP.php

+ 2 - 1
src/FTTHBundle/Entity/NAP.php

@@ -53,6 +53,7 @@ class NAP implements TenancyIdTraitInterface, LocationInterface
      * @ORM\OneToMany(targetEntity="ONU", mappedBy="nap", fetch="EXTRA_LAZY")
      */
     protected $onus;
+
     /**
      * @var ContainerInterface
      */
@@ -120,7 +121,7 @@ class NAP implements TenancyIdTraitInterface, LocationInterface
     /**
      * @return ContainerInterface
      */
-    public function getContainer(): ContainerInterface
+    public function getContainer()
     {
         return $this->container;
     }