kwin commented on code in PR #212:
URL: https://github.com/apache/felix-dev/pull/212#discussion_r1236748770


##########
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:
   Also currently the UI allows to remove the last item from a collection 
without any means to add one item afterwards.



-- 
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

Reply via email to