From cb2f6203439d16800338dddffd3cf0d92180d6ed Mon Sep 17 00:00:00 2001 From: wrongecho Date: Thu, 2 Jan 2025 22:21:02 +0000 Subject: [PATCH 1/2] Bugfix: Ticket edit modal not showing multi-client/no-client projects --- ticket_edit_modal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticket_edit_modal.php b/ticket_edit_modal.php index 096f571c..cfa9b121 100644 --- a/ticket_edit_modal.php +++ b/ticket_edit_modal.php @@ -261,7 +261,7 @@ From 65873eb46f641364a967cad426141284cd2b6367 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Thu, 2 Jan 2025 22:22:37 +0000 Subject: [PATCH 2/2] Bugfix: Ticket edit modal not showing multi-client/no-client projects --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2519310..2596c49a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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 ## 24.12