GenericObject 3.0.0 is a migration-only plugin designed exclusively for GLPI 11.0+
Plugin marking the end of life of genericobject
.
It updates database tables and data to the final version, required before the automatic migration of forms into GLPI 11 core.
This version serves as a migration facilitator. Its main objectives are: Update database tables and data to prepare their final state for GLPI 11. Ensure the necessary compatibility for the automatic migration of objects and forms to the GLPI 11 core.
- After migrating to GLPI 11, install this final version (3.0.0).
- Run the data migration operation using the following command:
- "
php bin/console migration:genericobject_plugin_to_core
".
- "
- Warning: if you have added extra fields to your
GenericObject
items using theFields
plugin, you must update it to the version compatible with GLPI 11 (1.22.0). This version indeed includes a dedicated migration method to correctly associate these fields with GLPI'sCustomAsset
system, which they previously relied on. - Uninstall the
GenericObject
plugin once all data has been integrated and verified within the core of GLPI 11.
This version provides support for migration only. For features related to custom assets, use GLPI 11's native custom assets.
We maintain a detailed documentation here -> Documentation
For notices about major changes and general discussion of genericobject, subscribe to the /r/glpi subreddit. You can also chat with us via @glpi on Telegram.
The GLPI Network services are available through our Partner's Network. We provide special training, bug fixes with editor subscription, contributions for new features, and more.
Obtain a personalized service experience, associated with benefits and opportunities.
- Open a ticket for each bug/feature so it can be discussed
- Follow development guidelines
- Refer to GitFlow process for branching
- Work on a new branch on your own fork
- Open a PR that will be reviewed by a developer
- Code: you can redistribute it and/or modify