Opened 6 years ago
Closed 5 years ago
#208 closed enhancement (fixed)
Disable error notification for changing dates in an event
| Reported by: | jbenito | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | v0.97.0 |
| Component: | General | Version: | 0.97.0 |
| Keywords: | Cc: |
Description
When there is an error like:
Error details
ERR-E2
Sorry, cannot perform this date change: Some entries in the timetable would be outside the new dates [conference id => 80673 ]
Inner error: None
{'params': {'conference': '80673', 'value': {'startDate': {'date': '2010/01/18', 'time': '11:00:00'}, 'endDate': {'date': '2010/01/18', 'time': '12:30:00'}}}, 'method': 'event.main.changeDates'}
we should use a warning dialog instead of the error one.
Change History (2)
comment:1 Changed 5 years ago by lsyroka
comment:2 Changed 5 years ago by pferreir
- Resolution set to fixed
- Status changed from new to closed
Confirmed.
Note: See
TracTickets for help on using
tickets.

It seems that it was solved by Pedro's changes in this datetime widget.