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_r260619041
########## File path: modules/web-console/frontend/app/configuration/generator/generator/JavaTransformer.service.js ########## @@ -383,6 +383,12 @@ export default class IgniteJavaTransformer extends AbstractTransformer { static _toObject(clsName, val) { const items = _.isArray(val) ? val : [val]; + if (clsName === 'ARRAY_EVENTS') { Review comment: Please rename to EVENTS ---------------------------------------------------------------- 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