From 343d1d21cb5706f7716c7d095245a2b35f2690b7 Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Thu, 30 Oct 2025 13:56:14 +0700 Subject: [PATCH] refactor(installation): rename component and ensure installationId is number Rename AppInstallationPositionEntry to AppInstallationPositionEntryDetail for better clarity and ensure installationId is properly typed as number. The new component includes form handling for installation position details. --- .../installation-position/entry-detail.vue | 192 ++++++++++++++++++ .../content/installation/detail.vue | 4 +- 2 files changed, 194 insertions(+), 2 deletions(-) create mode 100644 app/components/app/installation-position/entry-detail.vue diff --git a/app/components/app/installation-position/entry-detail.vue b/app/components/app/installation-position/entry-detail.vue new file mode 100644 index 00000000..a6bfd113 --- /dev/null +++ b/app/components/app/installation-position/entry-detail.vue @@ -0,0 +1,192 @@ + + + diff --git a/app/components/content/installation/detail.vue b/app/components/content/installation/detail.vue index 55a0dd05..c9337b5b 100644 --- a/app/components/content/installation/detail.vue +++ b/app/components/content/installation/detail.vue @@ -192,9 +192,9 @@ watch([recId, recAction], () => { } " > -