[
https://issues.jboss.org/browse/ISPN-6555?page=com.atlassian.jira.plugin....
]
Ryan Emerson updated ISPN-6555:
-------------------------------
Description:
When loading "Cache containers" >> "clustered" >>
"default(Distributed, Sync, 2 owners )" >> "Configuration" the
General tab does not show Field names or their inputs.
This is caused because {code}$scope.metadata['queue-size']{code} and
{code}$scope.metadata['queue-flush-interval']{code} are undefined in
configurationSection.js when function $scope.cleanFieldMetadata is called.
I have checked the underlying DMR command, shown below, using the cli and this does not
return any fields with those names.
{code}
/profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:read-resource-description(recursive=true){code}
was:
When loading "Cache containers" >> "clustered" >>
"default(Distributed, Sync, 2 owners )" >> "Configuration" the
General tab does not show Field names or their inputs.
This is caused because ```$scope.metadata['queue-size']``` and
```$scope.metadata['queue-flush-interval']``` are undefined.
I have checked the underlying DMR command ```
/profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:read-resource-description(recursive=true)```
using the cli and this does not return any fields with those names.
Unable to load General tab on View/Edit Cache Configuration Screen
------------------------------------------------------------------
Key: ISPN-6555
URL:
https://issues.jboss.org/browse/ISPN-6555
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.Alpha1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
When loading "Cache containers" >> "clustered" >>
"default(Distributed, Sync, 2 owners )" >> "Configuration" the
General tab does not show Field names or their inputs.
This is caused because {code}$scope.metadata['queue-size']{code} and
{code}$scope.metadata['queue-flush-interval']{code} are undefined in
configurationSection.js when function $scope.cleanFieldMetadata is called.
I have checked the underlying DMR command, shown below, using the cli and this does not
return any fields with those names.
{code}
/profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:read-resource-description(recursive=true){code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)