-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add New Item to ListPart at the Top by Default #16052
Comments
List Part is mostly about structuring a content relationship, but you don't necessarily need to list content items how it does by default (but e.g. you can use Queries). What's your use case, specifically? Where do items appear at the bottom of the list? |
This could be a good option to add to the setting of the BagPart. By default we add item at the end, but with the new options we can change the behavior. |
For Bag Part I'd understand, but this issue is about List Part so I'm a bit unclear about the use case. |
oh I read it "BagPart" lol. I am not sure what is that ask then. |
Although there are queries available, we hope to use the Order field of the List Part as the basis for sorting. Currently, the Order number of newly added items is the largest number. |
I can't remember out of the top of my head, but there is a sort filter on contents that you can sort by updated as descending/ascending. I think the same filter exists when list part is used. |
Internally it's incrementing a counter (Order). This doesn't have to change. But ordering options in the display (and the services) would be useful. |
Dear Orchard Core Team,
I hope this message finds you well.
I would like to request a feature enhancement for the ListPart in Orchard Core. Currently, when adding a new item to the ListPart, it is appended to the bottom of the list. However, I would find it extremely useful if there were an option to have new items automatically positioned at the top of the list by default.
This feature would significantly improve the workflow for users who often need to prioritize the most recent entries.
Thank you for considering this request. I appreciate all the hard work the team puts into making Orchard Core a fantastic platform.
Best regards,
Justin Liao
The text was updated successfully, but these errors were encountered: