Fix record list edit action using rowCreateUrl instead of rowEditUrl

This commit is contained in:
Jože Fortun
2024-02-20 13:39:01 +01:00
parent 2aa3aaab05
commit ce174c64f3
@@ -2001,7 +2001,7 @@ export default {
})
} else {
this.$router.push({
name: this.options.rowCreateUrl || 'page.record.edit',
name: this.options.rowEditUrl || 'page.record.edit',
params: { pageID: this.recordPageID, recordID },
query: null,
})