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: On multiple reports, the data and dataset are overriden when hav… #15

Merged
merged 1 commit into from
Dec 21, 2015

Conversation

jromero-onclick
Copy link
Contributor

…e same definition

If you want to print an array of reports with the same definition (same report name), line 206 was referencing instead of copying the definition. So, you are modifying the data and dataset properties (line 222 and 223) for all and getting the last values of the last element of the loop (line 209).

It is necessary to copy the definition and not get a reference.

…e same definition

If you want to print an array of reports with the same definition (same report name), line 206 was referencing instead of copying the definition. So, you are modifying the data and dataset properties (line 222 and 223) for all and getting the last values of the last element of the loop (line 209). 

It is necessary to copy the definition and not get a reference.
@jromero-onclick
Copy link
Contributor Author

Hello @agmoyano do you have any conflict regarding my proposal?

@jromero-onclick
Copy link
Contributor Author

Hello @agmoyano please check my pull request. Thank you

agmoyano added a commit that referenced this pull request Dec 21, 2015
Fix: On multiple reports, the data and dataset are overriden when hav…
@agmoyano agmoyano merged commit 0003bd2 into agmoyano:master Dec 21, 2015
@agmoyano
Copy link
Owner

Thanks for PR, sorry I didn't see it sooner.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants