-
Bug
-
Resolution: Done
-
Minor
-
4.3.0.Beta1
-
None
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1223208
The issue is that on initial view when templates are not being filtered, it should allow you to see all templates, not just those that are annotated with 'tags'
To verify:
- Using the cli, create templates on the server (e.g. osc create -f <filename> -n <project>)
- create a template on the server that has the annotation 'tags' (e.g. https://github.com/openshift/origin/blob/master/examples/sample-app/application-template-stibuild.json)
- create a template on the server that does not have the annotation 'tags' (e.g. https://github.com/openshift/origin/blob/master/examples/sample-app/application-template-dockerbuild.json)
- Create a new application by right-clicking a project in the explorer view 'New->Application'
- Verify both both template are visible under the <project> node
- Type 'ruby' in the filter text field
- Verify the list of template changes to filter out the non-tagged (e.g. https://github.com/openshift/origin/blob/master/examples/sample-app/application-template-dockerbuild.json)
- blocks
-
JBIDE-19009 As a user, I want to create OpenShift resources from a template
- Closed
- duplicates
-
JBIDE-19827 Can't create OpenShift resources from dockerbuild or custombuild template in jbt
- Closed