Fix XL-Vask usage metadata hydration (#341)

Keep automation metadata out of the strict legacy XL-Vask helper payload while returning it separately. This restores the invoice-period XL-Vask orders GET after the guarded autopilot deployment.
This commit is contained in:
Jeppe B
2026-08-03 16:00:52 +02:00
committed by GitHub
parent 6d888a455d
commit 1f03b46564
2 changed files with 24 additions and 13 deletions
@@ -98,19 +98,6 @@ class xlvaskUsageLogsRoute
'ignored_at',
'ignored_by',
'ignored_reason',
'source_hash',
'source_revision',
'source_observed_at',
'source_stable_since',
'source_observation_count',
'import_state',
'resolution_state',
'certainty',
'planned_action',
'state_reason',
'expected_version',
'last_run_id',
'last_evaluated_at',
]));
// Create a new xlvask usage log object
$tmp = $xlvask->new($xlvask->helpers->xlvask_usage_log);