Skip to content

Commit d6030d2

Browse files
authored
Fix: impossible to update Location preferences (#193)
* removing the glpi_plugin_uninstall_profiles table droping in the install function * updating the CHANGELOG
1 parent 76feb7a commit d6030d2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
### Fixed
1515

1616
- 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.
1718

1819
## [2.9.4] - 2025-07-10
1920

inc/profile.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ public static function install($migration)
276276
}
277277

278278
self::migrateAllProfiles();
279-
280-
$migration->dropTable($table);
281279
} else {
282280
// plugin never installed
283281
$query = "CREATE TABLE `" . $table . "` (

0 commit comments

Comments
 (0)