nva commented on a change in pull request #6185: IGNITE-11386 Actualized configuration of local event listeners. URL: https://github.com/apache/ignite/pull/6185#discussion_r260622589
########## File path: modules/web-console/frontend/app/configuration/generator/generator/Beans.js ########## @@ -367,8 +367,11 @@ export class Bean extends EmptyBean { keyClsName: dflt.keyClsName, keyField: dflt.keyField || 'name', valClsName: dflt.valClsName, + valClsNameShow: dflt.valClsNameShow, valField: dflt.valField || 'value', - entries + entries, + keyClsGenericName: dflt.keyClsGenericName, + keyClsGenericExtends: dflt.keyClsGenericExtends Review comment: ```suggestion isKeyClsGenericTypeExtended: dflt.isKeyClsGenericTypeExtended ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services