not-options 0.3.1 → 0.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "not-options",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "not-* family options model in not- environment",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@ let manifest = {
11
11
  id: "system.options",
12
12
  section: "system",
13
13
  title: "Настройки",
14
- url: "/not-options/options",
14
+ href: "/not-options/options",
15
15
  },
16
16
  ],
17
17
  },
@@ -100,7 +100,7 @@ class ncOptions extends notCRUD {
100
100
  {
101
101
  section: ncOptions.MODULE_NAME,
102
102
  title: ncOptions.LABELS.plural,
103
- url: `/${notCommon.lowerFirstLetter(
103
+ href: `/${notCommon.lowerFirstLetter(
104
104
  ncOptions.MODULE_NAME
105
105
  )}/${notCommon.lowerFirstLetter(ncOptions.MODEL_NAME)}`,
106
106
  },