Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API GET tickets ActAsType customer #14

Closed
akaenko opened this issue Feb 14, 2021 · 3 comments
Closed

API GET tickets ActAsType customer #14

akaenko opened this issue Feb 14, 2021 · 3 comments

Comments

@akaenko
Copy link

akaenko commented Feb 14, 2021

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
Copy link
Contributor

@akaenko

Updated this here.

@akaenko
Copy link
Author

akaenko commented Mar 1, 2021

It will still fail at line 46

change: $data['actAsEmail']

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

@papnoisanjeev
Copy link
Contributor

@akaenko

Fixed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants