We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76feb7a commit d6030d2Copy full SHA for d6030d2
2 files changed
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
### Fixed
15
16
- Fix SQL error when copying documents already linked to the target asset.
17
+- Fix impossible to update Location preferences because table glpi_plugin_uninstall_profiles is droped.
18
19
## [2.9.4] - 2025-07-10
20
inc/profile.class.php
@@ -276,8 +276,6 @@ public static function install($migration)
276
}
277
278
self::migrateAllProfiles();
279
-
280
- $migration->dropTable($table);
281
} else {
282
// plugin never installed
283
$query = "CREATE TABLE `" . $table . "` (
0 commit comments