Adrien Clairembault
Adrien Clairembault
A few minor improvements to the collasped sidebar. Before:  After:  Side by side:  ---  The issues that were bugging me with the sidebar were: 1\) Not...
Here `post-only` is part of the `Pro services` group and add a new followup to a pending ticket.  -> Ticket is still pending which is incorrect: the ticket must...
One issue with our API is that results are returned with encoded HTML:   It happens because we store HTML encoded data in the database (bad practice), but I...
* Add the action type "Assign the value from regular expression" for the following fields: * Category * Type * Watcher group * Assigned group * Merge duplicated rule code...
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...
`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)....
Suggested by @trasher. | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no...
Suggested by @orthagh. Before:   After:   | 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?...