glpi icon indicating copy to clipboard operation
glpi copied to clipboard

Handle _users_id_requester array format in delegatee rights checks

Open cedric-anne opened this issue 3 years ago • 1 comments

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #12203

cedric-anne avatar Jul 13 '22 10:07 cedric-anne

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 ?

image

cedric-anne avatar Aug 09 '22 09:08 cedric-anne

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.

cedric-anne avatar Sep 05 '22 07:09 cedric-anne