admin/content has no filter, making it hard to find the node, you are looking for.

CommentFileSizeAuthor
#1 Filter for product displays38.57 KBGuGuss
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

GuGuss’s picture

FileSize
38.57 KB

We need to add filters on the admin content VBO views :

  • Title (text input)
  • Type (select list)
  • Author (autocomplete)
  • Published (yes / no)

The current filter to remove the product displays content from the view seems also to fail... (see the attached screenshot)

GuGuss’s picture

Assigned: Unassigned » theo_
GuGuss’s picture

Assigned: theo_ » vasike
vasike’s picture

Version: 7.x-2.0-alpha2 » 7.x-2.x-dev
Status: Active » Needs review

Rebuilt the 'admin_content_main' view, adding the new filters defined in the Commerce Kickstart Content UI.
to be sure it works, we need to Revert this view.
Gerrit commit: https://code.drupalcommerce.org/#/c/135/

extra:
No valid values found on filter: Content: Product Display type.
This error won't let us to change/save this view, i think could be an issue of the "Product Display type" (Commerce kickstart) filter,
it looks the master display doesn't have any option set for this filter.

However there's a way to deal with this:
http://technology.blue-bag.com/top-tip-drupal-views-no-valid-values-foun...
or http://drupal.org/node/1474148#comment-5779564

bojanz’s picture

Priority: Normal » Critical

Merged the filters.

Now we need to fix that error.
The two articles didn't help.

vasike’s picture

No valid values found on filter: Content: Product Display type. error for view edit seems to be finished within the last dev.
all it seems right.
it will be best if somebody else could do other tests for this.

bojanz’s picture

Title: Add filter on the content overview page » No valid values found on filter: Content: Product Display type
Category: feature » bug
Status: Needs review » Active

I still see this in the latest build (no demo store)

vasike’s picture

Status: Active » Needs review

i can confirm this issue is present in the Admin content page.
is seems there some issue with the "old" "Product Display type" filter built in "Commerce Kickstart Content UI" module.
As we have now a new filter built in Drupal commerce - "Is a product display" - this one should be replaced and also deleted from kickstart.

there's the commit : https://code.drupalcommerce.org/#/c/383/
the Admin content page view rebuilt.

bojanz’s picture

Status: Needs review » Fixed

Merged, thanks!

Status: Fixed » Closed (fixed)

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