sureshanaparti commented on a change in pull request #353: URL: https://github.com/apache/cloudstack-primate/pull/353#discussion_r429896090
########## File path: src/views/iam/RolePermissionTab.vue ########## @@ -227,6 +232,47 @@ export default { this.resetNewFields() this.fetchData() }) + }, + csv ({ data = null, columnDelimiter = ',', lineDelimiter = '\n' }) { Review comment: > can we have a better name for method, something like generateRulesCSV, etc updated method name ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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