getkirby-v2 / panel

This is the deprecated admin panel for Kirby v2.
http://getkirby.com
Other
134 stars 70 forks source link

Starterkit: Entry not really hidden #23

Closed fuzenco closed 10 years ago

fuzenco commented 10 years ago

In the Starterkit, I moved Project B into the Invisible section. That project still shows up in the front-end, although it has moved to the 3rd (last slot).

fuzenco commented 10 years ago

I'm new to Kirby. I noticed Project B was removed from the navigation menu, but it's showing up in the body of the page. I was under the assumption it would also not show up there.

sashtown commented 10 years ago

Has nothing to do with the Panel but with the corresponding snippet's code of the Starterkit. But you're kinda right. It's a way more expectable behavior to not display a project if it is invisible.

I fixed it here. In case you'll face that problem within a template again you can easily adjust the loop with a simple ->visible().

fuzenco commented 10 years ago

Thanks.