feat(custom-fields) : filter machineContextOnly from standalone and machine-detail views

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 10:51:32 +02:00
parent 500b6b1620
commit 1385d7768c
2 changed files with 7 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ export function useEntityCustomFields(deps: EntityCustomFieldsDeps) {
definitionSources.value,
entity().customFieldValues,
),
),
).filter((field: any) => !field.machineContextOnly && !field.customField?.machineContextOnly),
)
const candidateCustomFields = computed(() =>