Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants