kcommons 6.4.26 → 6.4.28
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,14 +227,14 @@ 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
|
-
// },
|
|
234
230
|
add: {
|
|
235
|
-
route: `/items
|
|
231
|
+
route: `/items?add=open&route_id=${COMPANY_ROUTE_IDS.ITM_ADD}`,
|
|
236
232
|
id: COMPANY_ROUTE_IDS.ITM_ADD,
|
|
237
233
|
},
|
|
234
|
+
// add: {
|
|
235
|
+
// route: `/items/form?route_id=${COMPANY_ROUTE_IDS.ITM_ADD}`,
|
|
236
|
+
// id: COMPANY_ROUTE_IDS.ITM_ADD,
|
|
237
|
+
// },
|
|
238
238
|
list: {
|
|
239
239
|
route: `/items?route_id=${COMPANY_ROUTE_IDS.ITM_LST}`,
|
|
240
240
|
id: COMPANY_ROUTE_IDS.ITM_LST,
|