Skip to content
  • Martin Owens's avatar
    Share BatchItem management between single and batch exports · fc1406be
    Martin Owens authored and Martin Owens's avatar Martin Owens committed
    Because export-single uses the BatchItem and it's infrastructure
    for previewing the multiple pages in a multi-page format such as pdf
    we want to have the same management of BatchItems shared between
    the two implementations.
    
    This is probably not the final form that this code should get to
    but this should move it in the right direction of a more dedicated
    MultiItem preview utility in a future refactoring.
    
    Fixes #4523
    Fixes #4524
    fc1406be