uvdesk / api-bundle

API Integration for UVdesk Community Helpdesk System.
MIT License
17 stars 14 forks source link

API GET tickets ActAsType customer #14

Closed akaenko closed 3 years ago

akaenko commented 3 years ago

Description
Fetching all Tickets actAsType: customer responds with wrong list , same as agent, full long list of all tickets.

How to reproduce
API GET tickets ActAsType customer

Possible Solution
line 34 $data['actAsEmail'] not defined in api-bundle/API/Tickets.php line 45 similar

papnoisanjeev commented 3 years ago

@akaenko

Updated this here.

akaenko commented 3 years ago

It will still fail at line 46

change: $data['actAsEmail']

with $request->query->get('actAsEmail')

papnoisanjeev commented 3 years ago

@akaenko

Fixed here.