[webservice] - supannCMSId et supannCMSAppId - Attributes filtering issue
Closed
[webservice] - supannCMSId et supannCMSAppId - Attributes filtering issue
Description
It seems the output during a filtering on supannCMS components do not work whil using the webservice.
Distribution Name and Version
Debian 11
FusionDirectory Version
1.4
Plugin with the defect
Webservice
PHP version used
7.4
Origin of php packages
Enterprise
Steps to Reproduce
CURL command can be use. Client command here enclosed :
GET /objects/user?base=ou=active,dc=int-evry,dc=fr&filter=(uid=test)&attrs\[supannCMSAppId\]=\*&attrs\[supannCMSId\]=\*&attrs\[supannCMSAppAffectation\]=\*
Expected behavior:
A proper output if filter and attributes arguments are used.
Actual behavior:
- if
attrs[supannCMSAppId]=*
, nothing happens. - if
attrs[supannCMSAppId;x-koha-xmsb]=*
, ACL issue is generated.
Reproduces how often:
100%.
Additional Information
Important to see if REST tools can be used to reproduce the problem. Curl script from the team does not report any issue apart from void data displayed.