From b0d398618dcc4c361b42810fe949f8a2c0fdbc2c Mon Sep 17 00:00:00 2001 From: wrongecho Date: Thu, 2 Jan 2025 22:57:13 +0000 Subject: [PATCH] Bugfix: Asset interface DHCP vanishing Fixes a bug that removes the DHCP setting on asset interfaces when changing their network interface from the asset details page --- CHANGELOG.md | 1 + client_asset_interface_add_modal.php | 7 ++++++- client_asset_interface_edit_modal.php | 7 ++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2596c49a..5b6e0744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to ITFlow will be documented in this file. ## 25.1 - Moved cron/cli scripts to scripts subfolder - Old scripts remain in the root for now, but please update your cron configurations! - Bugfix: Ticket edit modal not showing multi-client/no-client projects +- Bugfix: Asset interface losing DHCP setting ## 24.12 diff --git a/client_asset_interface_add_modal.php b/client_asset_interface_add_modal.php index b2183a7c..66b8fdb2 100644 --- a/client_asset_interface_add_modal.php +++ b/client_asset_interface_add_modal.php @@ -35,12 +35,17 @@
- +
+
+
+ +
+
diff --git a/client_asset_interface_edit_modal.php b/client_asset_interface_edit_modal.php index 62aef022..43558448 100644 --- a/client_asset_interface_edit_modal.php +++ b/client_asset_interface_edit_modal.php @@ -35,12 +35,17 @@
- +
+
+
+ > +
+