sagarmiglani commented on code in PR #212: URL: https://github.com/apache/felix-dev/pull/212#discussion_r1238096004
########## webconsole/src/main/resources/res/ui/config.js: ########## @@ -674,7 +690,7 @@ $(document).ready(function() { $.ajax({ type : 'POST', url : pluginRoot + '/' + $(this).attr('__pid'), - data : $(this).find('form').serialize(), + data : filterEmptySerializedKeyValues($(this).find('form').serialize()), Review Comment: Thanks @kwin, Quickly updated the changes according to your suggestions, please let me know your thoughts :) -- 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. To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org