mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 15:16:52 +00:00
Nc feat/user management (#9219)
* feat: api changes for user management * refactor: gift banner behaviour change * feat: user management api and ui changes * feat: introduce invited_by info * test: verify roles by checking datasource tab since access settings page will be available for all users now * feat: allow owner role update only if there is more than one owner exist * fix: role update behaviour correction * fix: base owner invite issue * fix: reload user roles state on changing roles of active user * refactor: show disabled button if not avail * refactor: hide dropdown and action menu options based on roles * refactor: migration file name * refactor: disable or hide option based on number of owners * refactor: hide user list in shared base * fix: review correction
This commit is contained in:
@@ -120,7 +120,7 @@ onMounted(() => {
|
||||
<template #leftExtra>
|
||||
<div class="w-3"></div>
|
||||
</template>
|
||||
<template v-if="isUIAllowed('workspaceSettings')">
|
||||
<template v-if="isUIAllowed('workspaceCollaborators')">
|
||||
<a-tab-pane key="collaborators" class="w-full">
|
||||
<template #tab>
|
||||
<div class="flex flex-row items-center pb-1 pt-2 gap-x-1.5">
|
||||
|
||||
Reference in New Issue
Block a user