tangentlabs / django-fancypages

A Content Enhancement System for Django
https://django-fancypages.readthedocs.org
BSD 3-Clause "New" or "Revised" License
34 stars 11 forks source link

Status of child pages in Dashboard view is always 'not visible' #25

Closed ghost closed 10 years ago

ghost commented 10 years ago

MP_Node get_children just returns a query_set, so is_visible for child pages in the Dashboard view doesn't work.

btw, really dig this project, nice and simple cms.

roadsideseb commented 10 years ago

Thanks for raising this and thanks for the kind words. I'm currently a bit short on time but will try to take a closer look over the next few days.

ghost commented 10 years ago

I guess this is all heavy work in progress... there is another bug in the same view: moving the pages throw's an error. Apparantly the Model Serializer PageMoveSerializer is configured for 3 fields which don't exist in the model. Seems from a code refactor to mp_node and be related to this bug. There are even tests for this, so i'm wondering if you perhaps simply just missed to push a few commits.