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 Call on Meetings with filter returns duplicate entries by contacts #595

Open
hiesscher opened this issue Jan 17, 2025 · 0 comments
Open
Labels
Area: API Issues & PRs related to all things regarding the API Area: Legacy Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Severity: Moderate Minor Impact Type: Bug Something isn't working

Comments

@hiesscher
Copy link

Issue

If a meeting with several contacts as participants is accessed via the API using a filter, several entities are output. All entities contain the same Contact.

Possible Fix

When querying using ID, without filter, the error does not appear.
[...]/legacy/Api/V8/module/Meeting/32fbac34-7d90-00e3-17d8-678a08d912a4

Steps to Reproduce the Issue

1. Create a meeting with multiple contacts as participants
2. Query the meeting via the API using filters, e.g.
[...]/legacy/Api/V8/module/Meeting?filter[id][eq]=32fbac34-7d90-00e3-17d8-678a08d912a4

Context

No response

Version

8.6.2

What browser are you currently using?

Chrome

Browser Version

No response

Environment Information

MariaDB, PHP 8.2

Operating System and Version

Windows

@hiesscher hiesscher added the Type: Bug Something isn't working label Jan 17, 2025
@johnM2401 johnM2401 added Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Area: API Issues & PRs related to all things regarding the API Severity: Moderate Minor Impact Area: Legacy labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: API Issues & PRs related to all things regarding the API Area: Legacy Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Severity: Moderate Minor Impact Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants