Description of problem: If a custom BuildConfig in defined in a template, when attempting to use the template during the creation of an application from a template, an JavaScript error occurs obscuring the template parameters from being displayed or modified. The following error is shown in the Chrome (43.0.2357.132 64bit) developer console referencing vendor.js (5301) TypeError: Cannot read property 'namespace' of undefined at scripts.js:2557 at scripts.js:1600 at Object.f [as forEach] (vendor.js:3208) at n (scripts.js:1598) at scripts.js:1671 at i (vendor.js:5547) at vendor.js:5555 at l.$get.l.$eval (vendor.js:5835) at l.$get.l.$digest (vendor.js:5792) at l.$get.l.$apply (vendor.js:5857) The template can still be instantiated successfully from the oc CLI tool Version-Release number of selected component (if applicable): OpenShift Enterprise 3.0.0 How reproducible: Always Steps to Reproduce: 1. Use Template with custom BuildConfig strategy 2. Using web console, create a new application using the template. 3. JS error occurs where parameters can not be managed Actual results: JavaScript error occurs when creating an application from a template with a Custom BuildConfig Expected results: Parameters in a template can be viewed and modified in the web console Additional info:
Created attachment 1051272 [details] templ
*** This bug has been marked as a duplicate of bug 1242312 ***