]
Vladimir Blagojevic updated ISPN-7317:
--------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Errors on Cache Configuration Screen
------------------------------------
Key: ISPN-7317
URL:
https://issues.jboss.org/browse/ISPN-7317
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.Beta1
Reporter: Ryan Emerson
Assignee: Vladimir Blagojevic
Fix For: 9.0.0.Beta2
Attachments: Screenshot from 2016-12-16 10-29-39.png
When going to a cache's configuration screen there are errors thrown in the console
stating that the property type is undefined.
{code:javascript}
TypeError: Cannot read property 'type' of undefined
at Object.convertListToJson
(
http://localhost:3000/common/configuration/ConfigUtil.js:38:46)
at ConfigurationSectionCtrl.eval
(
http://localhost:3000/components/configuration-section/ConfigurationSecti...)
at Array.forEach (native)
at eval
(
http://localhost:3000/components/configuration-section/ConfigurationSecti...)
at Array.forEach (native)
at ConfigurationSectionCtrl.cleanMetadata
(
http://localhost:3000/components/configuration-section/ConfigurationSecti...)
at new ConfigurationSectionCtrl
(
http://localhost:3000/components/configuration-section/ConfigurationSecti...)
at Object.invoke
(
http://localhost:3000/vendor/jspm_packages/npm/angular@1.5.8/angular.js:4...)
at $controllerInit
(
http://localhost:3000/vendor/jspm_packages/npm/angular@1.5.8/angular.js:1...)
at nodeLinkFn
(
http://localhost:3000/vendor/jspm_packages/npm/angular@1.5.8/angular.js:9...)
{code}