It appears that the post administration view is sorted by default in ascending order on the message identifier. It would be more appropriate to sort by descending ID.
On the other hand, why are the admin/content/post and admin/content/comment views not visible in the view list? This would allow everyone to adapt to their needs and add the necessary filters.
Thank you

Comments

ohmdesbois created an issue. See original summary.

jaapjan’s picture

StatusFileSize
new157.44 KB

I see the following requests:
1. Change default order to descending ID on the admin/content/post overview.
2. Add the Posts overview to the tab on the admin/content page.

Admin Content overview Screenshot

Is that correct?

ohmdesbois’s picture

Yes, all right.
My question also related to the fact that these views do not seem to be modifiable, but these changes would be useful.

jaapjan’s picture

Yes, great idea! Let's hope we can find some time to work on this but patches are welcome as well ;-)

jaapjan’s picture

Title: Post and comment administration views » Post and comment administration Views should be flexible
Version: 8.x-2.0 » 8.x-4.x-dev
Related issues: +#2980613: Add sort, filter and bulk options to Post overview

Renaming the title slightly. See also:
https://www.drupal.org/project/social/issues/2980613

ronaldtebrake’s picture

jyoti.singh’s picture

StatusFileSize
new20.51 KB

The following changes made with the patch

  • Changed the default order to descending ID on the admin/content/post overview.
  • Added the Add the Posts overview to the tab on the admin/content page.

A new views added for displaying the posts with author filter and bulk operation actions in request for the issue : https://www.drupal.org/project/social/issues/2980613

jyoti.singh’s picture

Status: Active » Needs review
ohmdesbois’s picture

Status: Needs review » Active

Hello,
and thank you for this patch.
Unfortunately I can not apply it by adding this to my composer.json and run composer update.

     "drupal/social_post": {
                "Post and comment administration Views should be flexible": "https://www.drupal.org/files/issues/2019-07-13/flexible_post_administration_views.patch"
            } 

where is my mistake? can be on the module name?
cordially

ronaldtebrake’s picture

Status: Active » Needs review

#9

You should add it as a patch to open_social and not drupal/social_post that is not a separate drupal.org module.

ohmdesbois’s picture

Status: Needs review » Fixed

Thank you for your reply,
Indeed, my mistake was having applied the patch to social_post.
The view now works as desired.
Thank you

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.