Closed (works as designed)
Project:
Spaces
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2012 at 07:20 UTC
Updated:
22 Oct 2015 at 13:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
isolate commentedI created an initial patch. This covers only spaces_taxonomy.
Comment #3
pfrenssenThis only works for paths that do not end in a slash. To support paths ending in a slash as well:
Comment #4
sandervd commentedA bit more generic approach: Call drupal_path_initialize when the variables controller is loaded. Sets the frontpage correctly for all spaces types.
Comment #5
pfrenssenPatch from #4 looks promising but I'm encountering some problems:
$this->get('site_frontpage', 'original')returnsNULLuntil it is manually resaved in the default features variable settings at the path/features. There are instructions at/admin/config/system/site-informationbut this should really work out of the box without manual intervention.Comment #6
pfrenssenAddressed the problems from #5.
Comment #7
kristiaanvandeneyndeThis is actually a problem in PURL, not Spaces. Fixed in #2599098: PURL activated too late..
(Although I'm all for removing the commented out code which is now obsolete.)