Stanislas
Stanislas
Abandon ```generic_show_form.html.twig``` to allow read only on native fields such as ```name``` or ```agenttypes_id```. Before :  After :  | Q | A | ------------- | --- | Bug...
TRy to optimize ```LockedField``` SQL query by using ```UNION```  | Q | A | ------------- | --- | Bug fix? | yes/no | New feature? | yes/no | BC...
Currently, GLPI can't search correctly on polymorphic linking tables. Ex with ```Cable``` (and ```Agent```, ```DatabaseInstance``` and other classes with ```searchoption``` ```field``` is ```items_id```) ```php $tab[] = [ 'id' => '10',...
### Changes description handle EMM maanged configurations https://developer.android.com/work/managed-configurations?hl=fr#send-managed-configurations - [ ] remove useless debug output (when finished) Closes #N/A Related #N/A Depends on #N/A
Prevent error with other plugin (glpiai in this case) `[2024-07-10 13:47:57] glpiphplog.CRITICAL: *** PHP Error (1): Cannot redeclare twig_cycle() (previously declared in /home/stanislas/TECLIB/DEV/GLPI/10.0-bugfixes/plugins/order/vendor/twig/twig/src/Extension/CoreExtension.php:328) in /home/stanislas/TECLIB/DEV/GLPI/10.0-bugfixes/plugins/glpiai/vendor/twig/twig/src/Resources/core.php at line 20 `
Since https://github.com/glpi-project/glpi/pull/11928 Users from another entity can be seen Let's imagine the `root entity` with two children Entity A and `Entity B` A group named `Security` in the `root entity`...
Add example for ```pre/post_item_accordion_section``` 
add ```default_entity``` to `User` injection mapping
When a dynamic `asset` is update by plugin link with agent is lost (`Agent` is not deleted, it's the `asset` that's no longer dynamic ```is_dynamic = 0```) Fix #413
### Changes description bump dependencies ``` [npm-check] Update complete! [npm-check] semver@^7.6.3, dot-prop@^9.0.0, got@^14.4.2 ``` ### Checklist Please check if your PR fulfills the following specifications: - [ ] Tests for...