fixed propagation

This commit is contained in:
2025-07-09 10:33:01 +02:00
parent 32c0966801
commit 7d0824d01f
6 changed files with 1829 additions and 44 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ try {
$api = VisualLimsApiClient::getInstance();
// ID del campo custom passato da GET oppure default
$customFieldId = isset($_GET['id']) && is_numeric($_GET['id']) ? intval($_GET['id']) : 150;
$customFieldId = isset($_GET['field_id']) && is_numeric($_GET['field_id']) ? intval($_GET['field_id']) : 156;
// Endpoint con $expand per ottenere i valori
$endpoint = "CustomField($customFieldId)?\$expand=CustomFieldsValues";