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 a template inheritance issue with advertiser reports #696

Merged

Conversation

davidfischer
Copy link
Collaborator

We added a dashboard to the advertiser reports page. However, that template is inherited by some others causing the dashboard (which didn't work due to data) to be added on other pages. This will only show the dashboard if the data is present.

We added a dashboard to the advertiser reports page.
However, that template is inherited by some others causing
the dashboard (which didn't work due to data) to be added on other
pages. This will only show the dashboard if the data is present.
@davidfischer davidfischer requested a review from a team as a code owner February 1, 2023 21:41
Copy link
Member

@ericholscher ericholscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I always learn to be more defensive in code, every time something like this happens. Hard to know when it's overkill tho.

@davidfischer davidfischer merged commit 2368f29 into main Feb 1, 2023
@davidfischer davidfischer deleted the davidfischer/template-inherit-advertiser-reports branch February 1, 2023 21:52
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