kcommons 6.4.25 → 6.4.26

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.
@@ -227,8 +227,12 @@ exports.companyNavConfig = {
227
227
  },
228
228
  items: {
229
229
  item: {
230
+ // add: {
231
+ // route: `/items?add=open&route_id=${COMPANY_ROUTE_IDS.ITM_ADD}`,
232
+ // id: COMPANY_ROUTE_IDS.ITM_ADD,
233
+ // },
230
234
  add: {
231
- route: `/items?add=open&route_id=${COMPANY_ROUTE_IDS.ITM_ADD}`,
235
+ route: `/items/form?route_id=${COMPANY_ROUTE_IDS.ITM_ADD}`,
232
236
  id: COMPANY_ROUTE_IDS.ITM_ADD,
233
237
  },
234
238
  list: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "6.4.25",
3
+ "version": "6.4.26",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",