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

Bug Fix #602

Merged
merged 2 commits into from
May 27, 2024
Merged

Bug Fix #602

merged 2 commits into from
May 27, 2024

Conversation

zachweix
Copy link
Contributor

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

When there are no articles, the dashboard gives a 500 error because it is trying to get the date on a non-existent object
Copy link

welcome bot commented May 20, 2024

BOOM! Your first PR with us, thank you so much! Someone will take a look at it shortly.

Please keep in mind that:

  • if this constitutes a breaking change, it might take quite a while for this to get merged; we try to emulate the Laravel release cycle as much as possible, so developers can upgrade both software once; this means a new big release every ~6 months;
  • even if it's a non-breaking change, it might take a few days/weeks for the PR to get merged; unless it's a no-brainer, we like to have some community feedback on new features, before we merge them; this leads to higher-quality code, in the end; we learnt this the hard way :-)
  • not all PRs get merged; sometimes we just have to hold out new features, to keep the packages lean; sometimes we don't include features that only apply to niche use cases;
  • we're not perfect; if you think we're wrong, call us out on it; but in a kind way :-) we all make mistakes, best we learn from them and build better software together;

Thank you!

--
Justin Case
The Backpack Robot

@zachweix
Copy link
Contributor Author

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

@karandatwani92
Copy link
Contributor

Hey @zachweix

Thanks for the PR. I have assigned my colleague to review & merge. Thanks🙏✌️

Copy link
Contributor

@pxpm pxpm left a 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 👍

@pxpm pxpm changed the base branch from main to fix-demo-when-db-is-empty May 27, 2024 09:14
@pxpm pxpm merged commit 0bc71bc into Laravel-Backpack:fix-demo-when-db-is-empty May 27, 2024
2 checks passed
Copy link

welcome bot commented May 27, 2024

WHOOP-WHOOP! Congrats, your first PR on this repo has officialy been merged.

party

If you want to help out the community in other ways, you can:

  • give your opinion on other Github Issues & PRs;
  • chat with others in the Gitter Chatroom (usually for quick help: How do I do X);
  • answer Backpack questions on Stackoverflow; you get points, people get help; you can subscribe to the backpack-for-laravel tag by adding a new filter; that will send you emails when new questions come up with our tag;

Again. Thank you for the PR. You are a wonderful person. Keep 'em coming :-)
Cheers!

--
Justin Case
The Backpack Robot

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants