Loading Api/Exportable.php +4 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,10 @@ class Exportable implements \JsonSerializable $exported['ownerObj']['guid'] = (string) $exported['ownerObj']['guid']; } if (isset($exported['urn']) && isset($_SERVER['HTTP_APP_VERSION'])) { $exported['urn'] = "urn:entity:{$exported['guid']}"; } foreach ($this->exceptions as $exception) { $exported[$exception] = $item->{$exception}; } Loading Loading
Api/Exportable.php +4 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,10 @@ class Exportable implements \JsonSerializable $exported['ownerObj']['guid'] = (string) $exported['ownerObj']['guid']; } if (isset($exported['urn']) && isset($_SERVER['HTTP_APP_VERSION'])) { $exported['urn'] = "urn:entity:{$exported['guid']}"; } foreach ($this->exceptions as $exception) { $exported[$exception] = $item->{$exception}; } Loading