Ticket #362 (new enhancement)
Opened 16 months ago
Fix schedule sorter
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | OVA for AS3 (v1.0.1) |
| Component: | OVA for AS3 | Version: | OVA for AS3 (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
When OVA "sorts" the ad schedule in AdsConfigGroup.as3 - the sorting is done into pre, mid and post buckets, but this is flawed if pre, mids and posts are applied differently across multiple ad slots.
Confirm, and if required, improve the algorithm to take this into account.
See step 2 in:
public function set schedule(schedule:Array):void {
}
For the code.
Note: See
TracTickets for help on using
tickets.
