Sébastien Monterisi

Results 51 comments of Sébastien Monterisi

The problem can also be reproduced this way : - download the [pdf plugin](https://github.com/yllen/pdf) in `plugins` directory - install the plugin in terminal `./bin/console plugin:install pdf` - change the requirements...

@TheRoby have you made changes in your plugin code ? can you tell us what is the current state of the plugin in database (`glpi_plugins` table) ?

Thanks for the feedback. We are dealing with the topic of error handling. Discussions are ongoing. ( #18765 ) Specifically for your problem, you need to modify the plugin code...

this is a readonly datetime input, not the best option. I just removed this field from display.

> Shouldn't the action for "Group" be changed in addition to "Group in charge"? good question. `groups_id_tech` is used to associate asset to group with the type `GROUP_TYPE_TECH` and `groups_id`...

`permitseveral` is applied only to `append` action (for both actions), so no problem with `defaultfromuser` and `firstgroupfromuser`.

> The `append` action seems to remove the existing groups, instead of appending new groups to existing groups. This was the case. I added a test then fix the code.

> E2E failure is related, I reproduce it with `make cypress c="--spec tests/cypress/e2e/form/destination_config_fields/requester.cy.js"` > > > The 500 error from the server logs: > > ``` > [2025-11-14 08:49:37] glpi.CRITICAL:...