This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#1074 closed defect (fixed)

No session conveners in exported json file

Reported by: michalu Owned by: arescope
Priority: very low Milestone: v0.99.0
Component: General Version: 0.98-dev
Keywords: Cc:

Description

For some time session conveners are not exported to a file using HTTP API. For example, data is exported to JSON using:

https://indico.cern.ch/export/event/181298.json?ak=API_KEY&detail=sessions

output:
...
sessionConveners: []
...

They are visible in the Indico site, but not in the export file.

Regards,
MichalU

Change History (9)

comment:1 Changed 3 years ago by pferreir

We'll have a look at it, thanks.

comment:2 Changed 3 years ago by arescope

  • Owner set to arescope
  • Status changed from new to assigned

comment:3 Changed 3 years ago by arescope

  • Status changed from assigned to awaiting_merge

comment:4 Changed 3 years ago by jbenito

  • Status changed from awaiting_merge to merging

comment:5 Changed 3 years ago by pferreir

  • Status changed from merging to assigned

comment:6 Changed 3 years ago by pferreir

  • Status changed from assigned to awaiting_merge

comment:7 Changed 3 years ago by jbenito

  • Priority changed from normal to very low

comment:8 Changed 3 years ago by Alberto Resco Perez <alberto.resco.perez@…>

  • Resolution set to fixed
  • Status changed from awaiting_merge to closed

In 8c1e55dc4b76089050666d1010ec47f0c941f006/indico:

[FIX] Session conveners export api

  • Takes all the session slot conveners
  • Closes #1074

comment:9 Changed 3 years ago by Pedro Ferreira <jose.pedro.ferreira@…>

In d7f67daae8035a4236cc671ef663a6f7791133be/indico:

[FIX] Using sets in order to avoid duplicates

Note: See TracTickets for help on using tickets.