Bug 907329

Summary: [US3291][fork]Some links on the new community home page are not displayed correctly.
Product: OKD Reporter: Yujie Zhang <yujzhang>
Component: WebsiteAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: cgole, cryan, dmcphers, mzimen, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-14 00:41:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screenshot on home page none

Description Yujie Zhang 2013-02-04 06:35:32 UTC
Created attachment 692627 [details]
screenshot on home page

Description of problem:

Checked the new community home page, the content of links below the "SIGN UP - IT'S FREE" link can not be displayed correctly.Details see in attachment.

Version-Release number of selected component (if applicable):

fork_ami_us3292_us3293_us3291_split_community_to_openshift_com_456

How reproducible:

Always

Steps to Reproduce:
1.SSH into to devenv
2.cd /usr/share/drupal
3.drush cache-clear "module list" all
4.drush features
5.For every item in this list that is "Overridden" run:
  drush fr <name> -y
6.gem install ruby-mysql
7./etc/drupal6/all/modules/custom/redhat_sso/migrate-names.rb
8./etc/drupal6/all/modules/custom/redhat_sso/migrate-content.rb
9.service httpd restart
10.drush cron
11.In browser, access <host>:8118
12.Login with admin/admin
13.Browse to <server>/admin/build/menu-customize/primary-links
14.Move the children of community to the undeletable community link
15.Delete the old community link
16.Edit the "Overview" link to point to path "community"
17.Browse to <server>/admin/user/settings
18.Select "Only site administrators can create new user accounts."
19.Uncheck "Require e-mail verification when a visitor creates an account"
20.Save the settings
21.Browse to <server>/admin/build/custom_breadcrumbs
22.Delete events, videos, blogs, and kb paths
23.In browser, access <host>:8118
24.Check the content and links on new communtiy home page
  
Actual results:

The content of links below the "SIGN UP - IT'S FREE" link can not be displayed correctly.Details see in attachment.

Expected results:

The content and links should be displayed correctly on the community home page.

Additional info:

Comment 1 Clayton Coleman 2013-02-06 22:05:09 UTC
Fixed in commit 564bb43, will be part of next fork AMI.

Comment 2 Clayton Coleman 2013-02-08 16:06:26 UTC
This is in master

Comment 3 Chris Ryan 2013-02-12 13:00:23 UTC
This bug was verified against fork_ami_us3292_us3293_us3291_split_community_to_openshift_com_458 (ami-48c85e21). The links are displayed as expected.