From dd07bbede6654e5b1057f82466b0e4bb918be551 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Fri, 15 Dec 2023 18:33:29 +0100 Subject: [PATCH] Preorder patchposition can be edited now --- .../Preorder/include/preorder-detail.php | 113 ++++++++++++++++++ application/ADBWohneinheit/ADBWohneinheit.php | 14 +++ .../ADBWohneinheit/ADBWohneinheitModel.php | 4 + application/Api/v1/PreorderApicontroller.php | 4 +- application/Preorder/Preorder.php | 4 +- application/Preorder/PreorderController.php | 69 ++++++----- application/Preorder/PreorderModel.php | 2 - ...231215143157_wohneinheit_add_patchdata.php | 45 +++++++ 8 files changed, 219 insertions(+), 36 deletions(-) create mode 100644 db/migrations/20231215143157_wohneinheit_add_patchdata.php diff --git a/Layout/default/Preorder/include/preorder-detail.php b/Layout/default/Preorder/include/preorder-detail.php index be5ff99e0..876afe49f 100644 --- a/Layout/default/Preorder/include/preorder-detail.php +++ b/Layout/default/Preorder/include/preorder-detail.php @@ -337,6 +337,58 @@ +
+

+ Patchposition + adb_wohneinheit_id): ?> + Bearbeiten + + +

+ + + + + + + + + +
Equipment Name: + adb_wohneinheit->getPatchEqString()?> + + + + + + + + + +
Equipment Port: + adb_wohneinheit->patch_port?> + + + + + +
+
+ + @@ -351,6 +403,67 @@