8000
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 d78f7fa commit 24866dcCopy full SHA for 24866dc
js/apps/system/_admin/aardvark/APP/frontend/js/views/applicationDetailView.js
@@ -459,7 +459,7 @@
459
} else if (obj.type === 'json') {
460
methodName = 'createBlobEntry';
461
defaultValue = obj.default === undefined ? '' : JSON.stringify(obj.default);
462
- currentValue = obj.current === undefined ? '' : obj.current;
+ currentValue = obj.current === undefined ? '' : JSON.stringify(obj.current);
463
checks.push({
464
rule: function (v) {
465
return v && JSON.parse(v);
0 commit comments