alchemy-chimera 1.3.0-alpha.2 → 1.3.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.3.0-alpha.3 (2025-05-11)
2
+
3
+ * Fix error when saving Alchemy settings from Chimera
4
+
1
5
  ## 1.3.0-alpha.2 (2024-02-25)
2
6
 
3
7
  * Begin implementing the Styleboost SCSS framework
@@ -26,9 +26,7 @@ SettingsController.setAction(async function editor(conduit) {
26
26
  return conduit.end();
27
27
  }
28
28
 
29
- const AlchemySetting = this.getModel('AlchemySetting');
30
-
31
- console.log('Changes:', changes);
29
+ const AlchemySetting = this.getModel('System.Setting');
32
30
 
33
31
  await AlchemySetting.saveChanges(changes, conduit);
34
32
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "alchemy-chimera",
3
3
  "description": "Chimera plugin for Alchemy MVC",
4
- "version": "1.3.0-alpha.2",
4
+ "version": "1.3.0-alpha.3",
5
5
  "author": "Jelle De Loecker <jelle@elevenways.be>",
6
6
  "keywords": [
7
7
  "alchemy",