lara-zeus / sky

CMS for your website. it include posts, pages, tags, and categories. with a frontend scaffolding ready to use
https://larazeus.com/sky
MIT License
136 stars 25 forks source link

[Bug]: Currently Post and Page count show the same number #194

Closed mallardduck closed 6 months ago

mallardduck commented 6 months ago

What happened?

I cannot currently see an accurate count of how many posts and how many pages exist. Since they are the same model the count query returns the same exact results.

How to reproduce the bug

When I create 1 post and 1 page, both counts say 2. When I add a second post, both counts say 3.

Package Version

3.X

PHP Version

8.1

Laravel Version

10.x

Which operating systems does with happen with?

macOS, Windows, Linux

Notes

When I create 1 post and 1 page, I want both to say 1. When I add a second post, I want posts to say 2 and pages to say 1.

mallardduck commented 6 months ago

Fixed by #195