mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Automatically select newly created group
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
6be9fdaa48
commit
4a5eaf3f6b
1 changed files with 6 additions and 0 deletions
|
|
@ -227,6 +227,12 @@ export default {
|
|||
.then(() => {
|
||||
this.showAddGroupEntry = false;
|
||||
this.loadingAddGroup = false;
|
||||
this.$router.push({
|
||||
name: 'group',
|
||||
params: {
|
||||
selectedGroup: gid
|
||||
}
|
||||
})
|
||||
})
|
||||
.catch(() => {
|
||||
this.loadingAddGroup = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue