-
Notifications
You must be signed in to change notification settings - Fork 166
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
Bug Fix #602
Bug Fix #602
Conversation
BOOM! Your first PR with us, thank you so much! Someone will take a look at it shortly. Please keep in mind that:
Thank you! -- |
While there is nothing wrong with merging this, it turns out I was too quick. I logged in before the database was fully refreshed I guess. But either way, while it's refreshing this will remove the 500 error |
Hey @zachweix Thanks for the PR. I have assigned my colleague to review & merge. Thanks🙏✌️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @zachweix
I've submitted a suggestion that I think will fix the issue for good 👍
resources/views/vendor/backpack/theme-tabler/dashboard.blade.php
Outdated
Show resolved
Hide resolved
0bc71bc
into
Laravel-Backpack:fix-demo-when-db-is-empty
WHOOP-WHOOP! Congrats, your first PR on this repo has officialy been merged. If you want to help out the community in other ways, you can:
Again. Thank you for the PR. You are a wonderful person. Keep 'em coming :-) -- P.S. Help in the Backpack community is rewarded with free Backpack commercial licenses. It's the least we can do. If you feel you've helped the community with PRs, help & other stuff, please shoot Tabacitu an email and ask him if you qualify for free licenses. You scratch my back, I scratch your back. Thank you! |
When there are no articles, the dashboard gives a 500 error because it is trying to get the date on a non-existent object
WHY
BEFORE - What was wrong? What was happening before this PR?
There was a 500 error sometimes on the Tabler dashboard
AFTER - What is happening after this PR?
There is no more 500 error
HOW
How did you achieve that, in technical terms?
When you are trying to get the date of the most recently published article, if there is none I just get today
Is it a breaking change or non-breaking change?
Non-breaking
How can we test the before & after?
Have a refreshed database and load the dashboard with the Tabler theme