From d1b4b619d770991273542592ae7dbbf7598145a0 Mon Sep 17 00:00:00 2001 From: tremo Date: Fri, 13 Mar 2026 10:14:45 +0100 Subject: [PATCH 1/2] removing the glpi_plugin_uninstall_profiles table droping in the install function --- inc/profile.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/profile.class.php b/inc/profile.class.php index 6fd6725..7bf4d3e 100644 --- a/inc/profile.class.php +++ b/inc/profile.class.php @@ -276,8 +276,6 @@ public static function install($migration) } self::migrateAllProfiles(); - - $migration->dropTable($table); } else { // plugin never installed $query = "CREATE TABLE `" . $table . "` ( From 7e03de85a3f5b9ec4e9e32913991bb56e0db2912 Mon Sep 17 00:00:00 2001 From: tremo Date: Fri, 13 Mar 2026 10:19:37 +0100 Subject: [PATCH 2/2] updating the CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc33634..52caf38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Fix SQL error when copying documents already linked to the target asset. +- Fix impossible to update Location preferences because table glpi_plugin_uninstall_profiles is droped. ## [2.9.4] - 2025-07-10