Skip to content

show parents in publish-index page #4

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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

kanduvisla
Copy link

Hi,

I made some modification to your pages-field extension. Now it shows the parent page in the publish-index page. It's a bit tricky with sorting however. It does sort, but in different levels. This is a limitation because of how Symphony handles the building of the sorting SQL-query (the buildSortingSQL()-function), but it's as good as it gets.

It sorts for each level like this:

a
b
c
a / a
a / b
a / c
a / a / a
a / a / b
b / a
b / b
c / a
c / b

Please let me know what you think of this. Is it something you can use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants