Details
-
Bug
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
Description
Clicking the "+New" button to add an additional set of dates to the list of schedules adds to the bottom of the list; it should add to the top of the list as specified in UICIRC-20 Scenario 9.
When I implemented this with unshift instead of push I found the new rows were clones of the top-most row, rather than empty rows. I have NO IDEA why.