admin/content has no filter, making it hard to find the node, you are looking for.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Filter for product displays | 38.57 KB | guguss |
admin/content has no filter, making it hard to find the node, you are looking for.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Filter for product displays | 38.57 KB | guguss |
Comments
Comment #1
guguss commentedWe need to add filters on the admin content VBO views :
The current filter to remove the product displays content from the view seems also to fail... (see the attached screenshot)
Comment #2
guguss commentedComment #3
guguss commentedComment #4
vasikeRebuilt 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
Comment #5
bojanz commentedMerged the filters.
Now we need to fix that error.
The two articles didn't help.
Comment #6
vasikeNo 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.
Comment #7
bojanz commentedI still see this in the latest build (no demo store)
Comment #8
vasikei 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.
Comment #9
bojanz commentedMerged, thanks!