Stanislas

Results 38 issues of Stanislas

Abandon ```generic_show_form.html.twig``` to allow read only on native fields such as ```name``` or ```agenttypes_id```. Before : ![image](https://github.com/glpi-project/glpi/assets/7335054/edafa70f-4fe7-4857-9074-304fab9729b9) After : ![image](https://github.com/glpi-project/glpi/assets/7335054/572b5c15-3075-4b3f-9c34-6c75659ff98d) | Q | A | ------------- | --- | Bug...

enhancement
ui

TRy to optimize ```LockedField``` SQL query by using ```UNION``` ![image](https://github.com/glpi-project/glpi/assets/7335054/3d704f8a-d6bc-4d45-a7bb-fcd00202d561) | 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

feature
enhancement

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`...

bug

Add example for ```pre/post_item_accordion_section``` ![image](https://github.com/user-attachments/assets/0585db38-c34e-46c7-9202-d9a6525bfbd5)

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

build
dependencies