From 4c966f19e528e73f932fd7f470882e657ba277a9 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Fri, 31 Jan 2025 18:42:27 +0000 Subject: [PATCH] Bugfix: Amend SQL query for ticket assignment modal so client contacts aren't shown --- CHANGELOG.md | 4 ++++ includes/app_version.php | 2 +- modals/ticket_assign_modal.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 316d3a68..b90e79ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file documents all notable changes made to ITFlow. +## [25.01.3] +### Fixed +- Fixed ticket assignment modal showing client contacts. + ## [25.01.2] ### Fixed - Fixed app version. diff --git a/includes/app_version.php b/includes/app_version.php index 0a4a59dd..f2573122 100644 --- a/includes/app_version.php +++ b/includes/app_version.php @@ -5,4 +5,4 @@ * Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month. */ -DEFINE("APP_VERSION", "25.01.2"); +DEFINE("APP_VERSION", "25.01.3"); diff --git a/modals/ticket_assign_modal.php b/modals/ticket_assign_modal.php index 1443bcdf..9ab37025 100644 --- a/modals/ticket_assign_modal.php +++ b/modals/ticket_assign_modal.php @@ -23,7 +23,7 @@