Fix absolute path to relative paths

This commit is contained in:
Dennis Eichhorn 2019-02-11 11:38:15 +01:00
parent a30bcf4864
commit f3d06d9b65

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Asset", "name": "Asset",
"uri": "/{/lang}/backend/accounting/asset/list?{?}", "uri": "{/lang}/backend/accounting/asset/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
"uri": "/{/lang}/backend/accounting/asset/list?{?}", "uri": "{/lang}/backend/accounting/asset/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,