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 14 months ago

Last modified 12 months ago

#1583 awaiting_merge defect

Unexpected behavior when editing session slot start time

Reported by: aavilesd Owned by: jdafflon
Priority: normal Milestone:
Component: Timetable Version: 1.1
Keywords: Cc:

Description

The validation of start time modification of a session slot in the timetable view is not working as expected when there are contributions living inside.

To reproduce the issue, first assume the following session:

14:00 --- Session start ---
    14:10 ~ 15:00 Contribution
15:00 --- Session end ---

Trying to modify the start time of the session from 14:00 to 14:10 triggers an error dialog with the following message:

The session slot cannot end at (2014-10-12 14:50) because there is a contribution (2014-10-12 15:00) ending after that time.

So it seems that instead of pushing back by 10 minutes the end time, we are doing the opposite and thus triggering the error message.

This problem is reproducible both from the session details qtip and basic edition dialog.

Change History (2)

comment:1 Changed 12 months ago by jdafflon

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

comment:2 Changed 12 months ago by jdafflon

  • Status changed from assigned to awaiting_merge
Note: See TracTickets for help on using tickets.