Tested a round trip API callback path on a live server. From node creation to upload to request target languages to download.

Comments

jbhovik’s picture

StatusFileSize
new3.23 KB
penyaskito’s picture

Status: Needs review » Needs work
+++ b/src/LingotekTranslatableEntity.php
@@ -110,29 +110,36 @@ class LingotekTranslatableEntity {
+    if ($lock->acquire(__FUNCTION__)) {
...
+        return FALSE;

We should release the lock before returning in that case.

jbhovik’s picture

StatusFileSize
new503 bytes

Nice catch.

jbhovik’s picture

Status: Needs work » Needs review

  • jbhovik committed d220924 on 8.x-1.x
    Issue #2540962 by jbhovik, penyaskito: Callback logic for automatic...
penyaskito’s picture

Status: Needs review » Fixed

Awesome, thanks!!!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.