Changes in Standard Entity Components

This commit is contained in:
2024-12-30 09:30:30 +01:00
parent 92ec684066
commit ee5ebfe0b9
3 changed files with 54 additions and 27 deletions

View File

@@ -19,12 +19,12 @@ defineShortcuts({
document.getElementById("searchinput").focus()
},
'+': () => {
router.push(`/${type}/create`)
router.push(`/standardEntity/${type}/create`)
},
'Enter': {
usingInput: true,
handler: () => {
router.push(`/${type}/show/${filteredRows.value[selectedItem.value].id}`)
router.push(`/standardEntity/${type}/show/${filteredRows.value[selectedItem.value].id}`)
}
},
'arrowdown': () => {