Migration genericobject fields to core#996
Merged
stonebuzz merged 9 commits intoSep 29, 2025
Merged
Conversation
4 tasks
281bce6 to
a290373
Compare
76e0c06 to
15952c2
Compare
Rom1-B
commented
Sep 24, 2025
stonebuzz
approved these changes
Sep 29, 2025
stonebuzz
pushed a commit
that referenced
this pull request
Sep 29, 2025
* genericobject compatibility * review * glpi_plugin_genericobject_types * Check GenericObject version * Check glpi_plugin_genericobject_types table * fix escape * fix check version * fix(customasset): handle escaped backslashes in json decode itemtypes * Apply suggestion from @Rom1-B --------- Co-authored-by: MyuTsu <gaetan.langlois31@gmail.com>
Rom1-B
added a commit
that referenced
this pull request
Sep 30, 2025
* GLPI 11 compatibility * Apply suggestions * Fix phpstan * Fix massive actions error * Fix direct queries * Update inc/containerdisplaycondition.class.php Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * Update front/container.form.php Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * Update front/container.form.php Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * Update ajax/container.php Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * Update ajax/container.php Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * Update ajax/container.php Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * Update ajax/container.php Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * beta2 * typo * fix phpstan * fix path * Fix item link for container list * Fix reference * Migration genericobject fields to core (#996) * genericobject compatibility * review * glpi_plugin_genericobject_types * Check GenericObject version * Check glpi_plugin_genericobject_types table * fix escape * fix check version * fix(customasset): handle escaped backslashes in json decode itemtypes * Apply suggestion from @Rom1-B --------- Co-authored-by: MyuTsu <gaetan.langlois31@gmail.com> * beta3 * fix CS * release GLPI 11.0 --------- Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> Co-authored-by: Rom1-B <rom1.biot@gmail.com> Co-authored-by: Stanislas Kita <skita@teclib.com> Co-authored-by: Johan Cwiklinski <johan@x-tnd.be> Co-authored-by: MyuTsu <gaetan.langlois31@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist before requesting a review
Please delete options that are not relevant.
Description
Since the genericobject plugin has been replaced natively by Assets in glpi11, this PR migrates the fields for assets.
Replace: #992
TODO