Skip to content
  • sunnavy's avatar
    tweak parent selection · 6cf56486
    sunnavy authored
    before taking the first parent, we should check if there is parent exists
    in the previous rows, and if there is, we should use that instead.
    
    consider:
    
    4 has 1 child: 1
    1 has 2 parents: 3 and 4
    
    if we get chart via ?Ticket=4, then we probably want 4 as the parent of 1
    instead of 3.
    6cf56486