Hide Forgot
Description of problem: Access a non existed bc through URL directly /browse/builds/non-exist, it show error message and Start Build button. For non-existed bc, start build is not valid and useless Version-Release number of selected component (if applicable): openshift v1.3.0-alpha.3+a6993d3 kubernetes v1.3.0+507d3a7 etcd 2.3.0+git How reproducible: Always Steps to Reproduce: 1. Access a non existed bc page by accessing URL browse/builds/non-exist directly Actual results: 1. "Start Build" button is provided to user Expected results: 1. Should remove Start Build button because for non-existed bc, start build option is no longer valid Additional info:
Commit pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/097b1daa9f658fb352d9fa81fbdcd0a1851a6d3d Bug 1368072 Dont show Start Build if BC doesnt exist Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1368072
Checked on openshift v1.5.0-alpha.0+33a69c5-73, now there is no "Start Build" button on a non-existing bc page. The bug has been fixed, so move it to Verified.