Bug 1074425

Summary: Wordpress quickstart display every themes twice after add a customize wordpress theme
Product: OpenShift Online Reporter: weiwei jiang <wjiang>
Component: TemplatesAssignee: Michal Fojtik <mfojtik>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: wsun
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: 2014-04-09 15:22:41 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
themes twice none

Description weiwei jiang 2014-03-10 08:15:00 UTC
Created attachment 872594 [details]
themes twice

Description of problem:
After I add a customize theme to .openshift/themes/ and git push, every themes display twice on the themes list page. A screenshot is in attachment. 

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

How reproducible:
always

Steps to Reproduce:
1.Create a wordpress quickstart (https://github.com/openshift/wordpress-example.git)and clone to local;
2.Install wordpress and check themes list page;
2.Add a customize theme to .openshift/themes/;
3.Git commit and push;
4.Check themes list page.

Actual results:
Every themes display twice on themes list page.

Expected results:
It should display only once.

Additional info:

Comment 1 Michal Fojtik 2014-03-10 13:56:59 UTC
Fixed here:

https://github.com/openshift/wordpress-example/pull/50

Comment 2 weiwei jiang 2014-03-11 04:26:24 UTC
Tried with the latest code and can not reproduce the issue, so verify this.