-
Bug
-
Resolution: Done
-
Major
-
12.1.0.Final
-
None
-
DataGrid Sprint #58, DataGrid Sprint #61, DataGrid Sprint #62, DataGrid Sprint #63, DataGrid Sprint #64
-
Undefined
When setting a configuration such as:
"memory": { "storage": "OBJECT", "max-count": 20, }
the system reports it as
"memory": { "storage": "OBJECT", "max-count": 20, "when-full": "REMOVE" }
The when-full attribute is implied by the max-count attribute, therefore it should not appear as modified.