Adrien Clairembault

Results 47 issues of Adrien Clairembault

A few minor improvements to the collasped sidebar. Before: ![image](https://user-images.githubusercontent.com/42734840/184359077-96814a3c-175a-4c8c-943c-33c957265694.png) After: ![image](https://user-images.githubusercontent.com/42734840/184359128-d36dcaec-61c4-48e6-8c1a-41e6479c1ebe.png) Side by side: ![image](https://user-images.githubusercontent.com/42734840/184359282-30f1e185-af3b-4981-a9f8-dd9c85e9a230.png) --- ![image](https://user-images.githubusercontent.com/42734840/184359502-754ed42a-3be8-4b4f-a210-653a3e690d03.png) The issues that were bugging me with the sidebar were: 1\) Not...

ux

Here `post-only` is part of the `Pro services` group and add a new followup to a pending ticket. ![image](https://user-images.githubusercontent.com/42734840/184317524-5326d19c-8017-47a0-b9d2-e932a4a7fb07.png) -> Ticket is still pending which is incorrect: the ticket must...

bug

One issue with our API is that results are returned with encoded HTML: ![image](https://user-images.githubusercontent.com/42734840/181511596-6c1165ee-c58b-43d7-a05c-a0017166e636.png) ![image](https://user-images.githubusercontent.com/42734840/181512526-58e989ab-75e2-4de1-9b3a-6a28d2e281c9.png) It happens because we store HTML encoded data in the database (bad practice), but I...

bug

* Add the action type "Assign the value from regular expression" for the following fields: * Category * Type * Watcher group * Assigned group * Merge duplicated rule code...

enhancement

Trying to rename a state (`front/state.form.php`) named `TEST` to `TÉST` will throw an error. This is because we search for existing values using a standard SQL query, which is accent...

bug

`glpi_groups_knowbaseitems.entities_id` used to be set as `-1` to indicate no entities restrictions. This behavior was modified to use `NULL` + an explicit `no_entity_restriction` field in GLPI 10 (unsigned keys restrictions)....

bug

Suggested by @trasher. | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no...

Suggested by @orthagh. Before: ![image](https://github.com/glpi-project/glpi/assets/42734840/0539b1d9-b933-4f96-b2c5-cbbaa0317da0) ![image](https://github.com/glpi-project/glpi/assets/42734840/4122af7d-666e-4fa6-92bf-600c375ec7b6) After: ![image](https://github.com/glpi-project/glpi/assets/42734840/c32ffc49-4dad-4c7b-b886-4f6ef7c0b4a2) ![image](https://github.com/glpi-project/glpi/assets/42734840/ad7987e5-c7ef-49b7-b044-10f3b95fdcbd) | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks?...

Fix two drag and drop issues 1\) [Fix question drag on itself](https://github.com/glpi-project/glpi/commit/94e001933af86feb09b28407c2f0cff0f7c72800) Starting a drag and drop action and dropping the item on its own position (= no change) would...

Handle cascade deletion of forms items (questions, sections, ...). | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks?...