Closed (fixed)
Project:
Drupal Commons
Component:
Events
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 May 2013 at 14:57 UTC
Updated:
17 Jun 2013 at 15:00 UTC
Jump to comment: Most recent file
When I enable the 'Commons Events - Solr' feature the page title misses on the Events overview.
The title (in the metatags) is just a pipe symbol, like | .
I tried upgrading ApacheSOLR to dev (as I hoped #1314664: Search pages custom pages title setting does nothing fixes this) but that didn't help.
What can this be?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | add-events-page-page-title-1993008-1.patch | 1.3 KB | devin carlson |
Comments
Comment #1
devin carlson commentedThe title of the Views Events Landing Page needs to be manually set as it is with Activity and Groups Directory.
The attached patch sets the Views Events Landing page title to "Events" and provides an update function to revert the page_manager_pages.
Comment #2
devin carlson commentedTested #1 by upgrading an existing Commons install then running the update function and by installing a fresh copy of Commons.
Comment #3
devin carlson commentedCommitted #1 to Commons Events 7.x-3.x.
http://drupalcode.org/project/commons_events.git/commit/a8f018a
Comment #4
BarisW commentedThanks for the quick response!