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

Same GUID for 2 conference formats #976

Closed
bmaxime-c opened this issue May 29, 2023 · 2 comments
Closed

Same GUID for 2 conference formats #976

bmaxime-c opened this issue May 29, 2023 · 2 comments
Labels

Comments

@bmaxime-c
Copy link

bmaxime-c commented May 29, 2023

What is the issue?
When exporting conferences via API, I have 2 formats with same GUID.

{
    "name": "Conférence courte (20 minutes)",
    "id": "d66dab59-d2ce-575a-84e4-249e6055fe24"
},
{
    "name": "Atelier long (90 minutes)",
    "id": "d66dab59-d2ce-575a-84e4-249e6055fe24"
},

What is the expected behavior?
Each format should have a distinct GUID. Is it possible to fix that with a new GUID and fix incorrect data?

What is your environment?

  • OS: Windows
  • Browser: Google Chrome
  • EventId: mXxbggAyDUbTFXazxkWX
@bmaxime-c
Copy link
Author

I saw that we can modify the talk data by ourselves. So we did it by creating a new format, fixing where it was bad and deleting the duplicated format.
Didn't see that there is already another issue, so I close mine.
Other issue is #872

@bpetetot
Copy link
Owner

bpetetot commented Jun 7, 2023

Sorry for the delay. Glad you find a solution.
I'm going to investigate what happens.

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

No branches or pull requests

2 participants