We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893ab18 commit 2b61c64Copy full SHA for 2b61c64
lib/server-code/runners/tasks/parse-service.js
@@ -33,8 +33,8 @@ function parseService(task) {
33
// version : service.version,
34
// description : service.description,
35
config: service.configItems.map(item => Object.assign({
36
- //TODO: server bug workaround
37
- ___jsonclass: 'com.backendless.marketplace.model.BlConfigurationItemDescription'
+ ___jsonclass: 'com.backendless.marketplace.model.BlConfigurationItemDescription',
+ options: item.options && item.options.join(',')
38
}, item)),
39
xml : service.xml()
40
};
0 commit comments