From dec627d2147ab9b4b6c5077ab85858b636cca286 Mon Sep 17 00:00:00 2001 From: tremo Date: Fri, 13 Mar 2026 10:43:40 +0100 Subject: [PATCH] removing the glpi_plugin_uninstall_profiles table droping in the install function --- CHANGELOG.md | 1 + inc/profile.class.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab27e6d..fe91f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix config redirection link - Fix plugin name display in marketplace +- Fix impossible to update Location preferences because table glpi_plugin_uninstall_profiles is dropped. ## [2.10.2] - 2025-11-05 diff --git a/inc/profile.class.php b/inc/profile.class.php index bc28ad4..9cb7331 100644 --- a/inc/profile.class.php +++ b/inc/profile.class.php @@ -282,8 +282,6 @@ public static function install($migration) } self::migrateAllProfiles(); - - $migration->dropTable($table); } else { // plugin never installed $query = "CREATE TABLE `" . $table . "` (