kwin commented on code in PR #212:
URL: https://github.com/apache/felix-dev/pull/212#discussion_r1236747502
##########
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:
How to support collections with empty values then? I think this requires
more changes, i.e. always expose the + button but no empty input field if the
collection is empty.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]