On the startpage (/cms/startpage), in the manage content block, the "show" button doesn't work properly.
It is suppose to lead to the list of content filtered on the selected content type. It is not the case, it leads to the content list but not filtered.

Comments

bart.hanssens’s picture

Assigned: Unassigned » stefan.r
Priority: Major » Normal
Issue tags: +release1.9
bart.hanssens’s picture

Title: Startpage - "Show" button not working for custom content types » Startpage - "Show" not filtering content types

Apparently the views do not include a "Content: Type is one of ... " filter criterion (or not anymore).

Should be fixed in the distro, but meanwhile one can activate the Views UI module (disabled by default), go to Structure / Views and add this filter manually.

stefan.r’s picture

I think the standard administration views page should still have that filter.

This is an issue in the ofed_switcher module, those "Show" buttons were supposing that Administration Views wasn't installed.

This has been fixed in RC2 of the ofed_switcher module, which will be in Openfed 1.9. If this really needs to be fixed in the mean time, you can clone the view and give the cloned view the URL "admin/content/type", with a contextual filter for "Node: type", though this is convoluted as it means you now have two views to maintain. Preferably you would just use RC2 of ofed_switcher to fix this.

stefan.r’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

Babou’s picture

StatusFileSize
new1.03 KB

No more clicks for me, I'll patch it.

The patch will be removed (or will fail) when the update to Openfed 1.9 will be used for our site (SZ).

Babou’s picture

StatusFileSize
new1.12 KB

Missing line numbers in the patch ...

Babou’s picture

StatusFileSize
new450 bytes

It looks like drush make still doesn't want to apply the patch. So I'll patch the make file instead.

By the time the site is released, it will be with Openfed 1.9 and the rc2 of the switcher.