Closed (fixed)
Project:
Omega
Version:
7.x-4.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2014 at 12:12 UTC
Updated:
3 Nov 2014 at 15:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mrkdboyd commentedI am also seeing this issue, as are others. See this comment in another thread:
https://www.drupal.org/node/1334574#comment-9095249
I believe the intention of this toggle and code is simply to remove the Drupal 'blog' list of recent content that it uses for the homepage by default, which is helpful. But where the code is implemented in template.php, there are no checks to see if any content has been set as the site homepage (whether it be a panel or a node) before unsetting the front page content.
I created a small patch to fix this issue as well as updating the theme setting help text to describe the updated functionality.
Comment #2
fubhy commentedThanks.