Browse Source

Update host

Espinoza Guillermo 7 years ago
parent
commit
8e480199ec
2 changed files with 8 additions and 5 deletions
  1. 4 4
      composer.lock
  2. 4 1
      src/IPv4Bundle/Entity/Host.php

+ 4 - 4
composer.lock

@@ -1,7 +1,7 @@
 {
     "_readme": [
         "This file locks the dependencies of your project to a known state",
-        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
     "content-hash": "69f6e49150898ee6c8362eba1b9d19f5",
@@ -1633,7 +1633,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/Webservice.git",
-                "reference": "7425e39fc61b46db91ddcfb405adc1b9f38c0d59"
+                "reference": "b978807806c1074a0e752523161961243043de78"
             },
             "require": {
                 "ext-curl": "*",
@@ -1646,7 +1646,7 @@
                 }
             },
             "description": "The Flowdat3 Webservice Rest",
-            "time": "2018-05-22T17:32:16+00:00"
+            "time": "2018-05-30T18:31:20+00:00"
         },
         {
             "name": "ik/workflow-bundle",
@@ -6289,7 +6289,7 @@
         "voryx/restgeneratorbundle": 20
     },
     "prefer-stable": false,
-    "prefer-lowest": false,
+    "prefer-lowest": true,
     "platform": {
         "php": ">=5.5.9"
     },

+ 4 - 1
src/IPv4Bundle/Entity/Host.php

@@ -66,12 +66,15 @@ class Host implements WorkflowInterface
     /**
      * @ORM\ManyToOne(targetEntity="\WorkflowBundle\Entity\Workflow", fetch="EXTRA_LAZY")
      * @ORM\JoinColumn(name="workflow_id", referencedColumnName="id", onDelete="SET NULL")
-     * @JMS\MaxDepth(1)
+     *
+     * @JMS\Exclude
      */
     protected $workflow;
 
     /**
      * @ORM\Column(type="string", nullable=true)
+     *
+     * @JMS\Exclude
      */
     protected $currentState = null;