Changes between Initial Version and Version 1 of Ticket #13640, comment 5
- Timestamp:
- Aug 17, 2015, 9:35:56 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13640, comment 5
initial v1 7 7 There are two ways we can go now: we either stick with original solution and "cancel" the event, but recreate widgets anyway (branch:t/13640) or abandon event "cancelling" and just put drop range right before and continue with normal algorithm execution (branch:t/13640b). 8 8 9 We also should re-test #13453, that's why I changed it's test description (added 4.5.4 tag). 9 We also should re-test #13453, that's why I changed it's test description (added 4.5.4 tag). I haven't added any new tests because tests for this already exist.