In the 'Active in this Group' and 'Recent Content' views, wiki titles are not displayed. There is just blank space with no title and no link. Other content types display as intended.

I suppose it has something do with title vs title_field changes that happened at some point? commons_wikis.info is the only of the content types that contains the line:
features[field_instance][] = node-wiki-title_field
not sure if that has to do with it?
(also, in the screenshot above you may notice the icon for document is missing, as noted here #2200909: Icon missing for Documents in activity stream )
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | title-property-to-field-2201521-4.patch | 53.87 KB | devin carlson |
| #3 | missing_wiki_titles_in_notification_settings.png | 11.03 KB | WebSinPat |
| wiki_no_title_in_view.png | 8.37 KB | WebSinPat |
Comments
Comment #1
WebSinPat commentedForgot to say this happens on fresh 3.9 install.
Comment #2
WebSinPat commentedIf I edit a wiki or create it from the full node/add form, then the title appears as expected in the view. So it seems to be something about how the wiki creation from the browsing_widget is happening?
Comment #3
WebSinPat commentedNote that I think the titles are also missing when viewing content you follow under your notification settings.
Comment #4
devin carlson commentedA patch to replace the title property with the title field + formatter in all of the current views.
Comment #5
devin carlson commentedTested #1 with both existing and fresh Commons installations in both language neutral and multilingual configurations and verified that the Wiki titles were displayed properly while not introducing any other issues.