]
Marián Labuda closed JBIDE-19832.
---------------------------------
Verified in JBDS 9.0.0.Beta1 build ID B34.
Templates in OpenShift new app wizard flow does not display templates
unless they have a 'tags' annotation
----------------------------------------------------------------------------------------------------------
Key: JBIDE-19832
URL:
https://issues.jboss.org/browse/JBIDE-19832
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.Beta1
Reporter: Jeff Cantrill
Assignee: Jeff Cantrill
Priority: Minor
Fix For: 4.3.0.Beta1
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/appli...)
## 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/appli...)
# 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/appli...)