Browse Source

FD3-229 fix device delete url

Guillermo Espinoza 7 năm trước cách đây
mục cha
commit
4c01d3d4b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
                 );