edit user link works now

This commit is contained in:
2020-05-07 15:24:15 +02:00
parent b8869e49e3
commit fca8b81ed7
+9 -1
View File
@@ -69,7 +69,15 @@
this.userActions.push({
name: 'Edit',
icon: 'fth-edit-2'
icon: 'fth-edit-2',
action: (item, opts) =>
{
opts.hide();
this.$router.push({
name: zero.alias.sections.settings + '-' + zero.alias.settings.users + '-edit',
params: { id: this.user.id }
});
}
});
this.userActions.push({
name: 'Change password',