Skip to content

Commit 9f7b8c0

Browse files
authored
Merge pull request #262 from fledge-iot/FOGL-7498.patch
FOGL-7498(Patch): removed extra value copy check in validity expression to fix update config value issue
2 parents e0e36f8 + 5cf47ee commit 9f7b8c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/services/configuration-control.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ export class ConfigurationControlService {
366366
Object.keys(pluginConfiguration).forEach(key => {
367367
const el = pluginConfiguration[key];
368368
el.key = key;
369-
el.value = el.value ? el.value : el.default;
370369
// generate validation expression on page load based on configuration property values
371370
config.validityExpression = this.generateValidationExpression(el, config.validityExpression);
372371
});

0 commit comments

Comments
 (0)