Ver Fonte

FD3-229 fix device delete url

Guillermo Espinoza há 7 anos atrás
pai
commit
4c01d3d4b5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      EventListener/DeviceListener.php

+ 1 - 1
EventListener/DeviceListener.php

@@ -116,7 +116,7 @@ class DeviceListener
                 $cmd_args = array(
                     '--type:' . get_class($entity),
                     '--id:' . $entity->getId(),
-                    '--url:' . $this->deviceDeletePostUrl,
+                    '--url:' . $this->deviceDeletePostUrl . $deviceId,
                     '--method:' . HttpRequestInterface::METHOD_DELETE,
                 );