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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user