Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix images rendered in for loops #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 21, 2017

  1. Fix for image rendering in for loops

    When rendering more than 2 images in a report, only the 2 first would appear.
    This is because Libreoffice does not let 2 images have the same name.
    Before this fix, the first image was generated with name='Aeroo Image '
    and the second with name='Image2'. Any other image was not rendered.
    
    If we let the attribute empty, Libreoffice generates a name automatically for
    each image which solves the problem.
    David Dufresne committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    68fa45b View commit details
    Browse the repository at this point in the history