Fix locator saving

This commit is contained in:
Lukáš Plevač 2023-10-16 21:48:12 +02:00
parent 729d9732e1
commit e75335ed00

View File

@ -20,7 +20,7 @@
$target->name->set($params["name"]);
$target->type->set($params["type"]);
$target->orbit->set($params["orbit"]);
$target->locator->set($params["locator"]);
$target->locator->set(json_decode($params["locator"]));
$target->commit();