Hide Forgot
Description of problem: If click "Overview" after access one route's page /browse/routes/<route_name>, the overview page will show nothing. Users have to reload or refresh the overview page, then the resource will show up. Version-Release number of selected component (if applicable): openshift v1.3.0-alpha.3+31f6add-dirty (based on latest origin-web-console commit at 1c4709f) kubernetes v1.3.0+507d3a7 etcd 2.3.0+git How reproducible: Always Steps to Reproduce: 1.Create an app in project. Wait the app deployed successfully, 2.Access the created route's page.Then click "Overview". 3.Reload/refresh the overview page. Actual results: 2.There is nothing shown on overview page. 3.App resources are shown on overview page. Expected results: 2.Should show resources on overview page. Additional info: After access one route's page, and click other pages, then click "Overview" page, also show empty overview page. Sometimes, access other pages eg pod/dc page, then click "Overview" page, will reproduce the issue too, but not always.
merged to web console, merging to origin in https://github.com/openshift/origin/pull/10605
openshift v1.3.0-alpha.3+9b3ae69-dirty kubernetes v1.3.0+507d3a7 etcd 2.3.0+git Tested on origin env, After access route's page then click "Overview", the resources on overview page are shown up immediately. Also tried other pages, all work normally now. The bug has been fixed, so move it to Verified.