glpi
glpi copied to clipboard
Handle _users_id_requester array format in delegatee rights checks
| Q | A |
|---|---|
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #12203 |
While trying to test the delegate feature, I figured out that it is completely broken (see image below).
The fact is that $default_values are not all copied to $options (depending on the field key itself and on the used template). I am not sure how this should be handled, and I will not have time to do more on this right now. @orthagh Would you have time to continue on this PR ?

While trying to test the delegate feature, I figured out that it is completely broken (see image below). ...
This problem has been fixed by #12473 . Fix is OK now.