]
Vladimir Blagojevic updated ISPN-6077:
--------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
AddCache dialog only offers cache templates from
"clustered" cache container
----------------------------------------------------------------------------
Key: ISPN-6077
URL:
https://issues.jboss.org/browse/ISPN-6077
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 8.1.0.Final
Reporter: Martin Gencur
Assignee: Vladimir Blagojevic
When adding a new cache, the "Base configuration" element only shows options
from a cache container named "clustered". If there are different cache
containers in the configuration, the select element does not show anything.
The problem is getConfigurationTemplates function in
infinispan-management-console/src/main/webapp/components/api/cache-creation-controller.service.js
which should take into account different cache container names.