Opened 5 years ago
Closed 5 years ago
#56 closed defect (fixed)
Import fails with attached XML file
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | confclerk 0.6.3 |
Component: | database | Version: | confclerk 0.6.2 |
Keywords: | Cc: |
Description
When loading the attached XML file (source: https://promcon.io/2017-munich/schedule.xml), the program reports an "unknown" exception.
Attachments (1)
Change History (3)
Changed 5 years ago by
Attachment: | schedule.xml added |
---|
comment:1 Changed 5 years ago by
In that file where no tracks assigned. During import, an empty track is created for events without a track name. However, this empty track name is not found by Track::retrieveByName
. Without value binding, the track with the empty name is found.
Note: See
TracTickets for help on using
tickets.
schedule.xml from https://promcon.io/2017-munich/schedule.xml