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 advance multiple days reports not showing #1811

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

AaronGullickson
Copy link
Member

This PR fixes #1803. The dialog was trying to append fetchAndClearNewReports() from Campaign, but this only adds new reports added since the campaign.newDay(). There are none of these because the user is advancing through the days without doing anything. To get the reports at the start of the day, you use getCurrentReportHTML() in Campaign. This corrects for that.

@AaronGullickson AaronGullickson merged commit 8ef5692 into MegaMek:master Jun 17, 2020
@AaronGullickson AaronGullickson deleted the advance-days-show branch January 21, 2022 18:33
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.

Advance multiple days daily log is missing all information
2 participants