This PR adds a feature to the navigation controller, that allows navigating to the prev/next document (volume/issue/etc) relative to the currently one viewed. It implements backtracking, so that it allows for overflowing to the next leafe node if necesseary, e.g. from the last newspaper issue of the current year to the first issue of the next year (and back). Since the backtracking is recursive, this allows backtracking any depths which will very well be necessary for complex document trees from Kalliope (inventories with subinventories with subinventories etc.).
This PR adds a feature to the navigation controller, that allows navigating to the prev/next document (volume/issue/etc) relative to the currently one viewed. It implements backtracking, so that it allows for overflowing to the next leafe node if necesseary, e.g. from the last newspaper issue of the current year to the first issue of the next year (and back). Since the backtracking is recursive, this allows backtracking any depths which will very well be necessary for complex document trees from Kalliope (inventories with subinventories with subinventories etc.).
This addresses the following issue: #760