Arachnid / bloggart

A blog application for App Engine
http://bloggart-demo.appspot.com/
287 stars 78 forks source link

Wrong post counts on admin page #19

Closed andialbrecht closed 15 years ago

andialbrecht commented 15 years ago

Post counts on the admin page are off by one. Here's a patch to fix it: http://gist.github.com/214940

Note, this patch adds a new column with two actions (view, edit) to the list of posts table too. I've found this very handy :)

Arachnid commented 15 years ago

Thanks for this! Applying it now.

andialbrecht commented 15 years ago

Here's an update: http://gist.github.com/217089

The draft option didn't exist when I posted the patch :)

Arachnid commented 15 years ago

Applied - thanks!