Basic VUE Components & Test WidgetController

This commit is contained in:
cgfhtw
2022-10-05 10:43:43 +02:00
parent 90e006feb5
commit 4f3e8dcb3c
9 changed files with 959 additions and 1 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ class Config extends Auth_Controller
$this->terminateWithJsonError('override could not be saved');
}
$this->outputJsonSuccess(array('msg' => 'override successfully stored.'));
$this->outputJsonSuccess(array('msg' => 'override successfully stored.', 'data' => $override_decoded));
}
public function removeWidgetFromUserOverride()