Browse Source

fix(gui): permission correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4463/head
Pranav C 2 years ago
parent
commit
e5c82659ee
  1. 1
      packages/nc-gui/pages/account/index.vue
  2. 4
      packages/nocodb/src/lib/utils/projectAcl.ts

1
packages/nc-gui/pages/account/index.vue

@ -68,6 +68,7 @@ const openKeys = ref([/^\/account\/users/.test($route.fullPath) && 'users'])
</div>
</a-menu-item>
<a-menu-item
v-if="isUIAllowed('appStore')"
key="apps"
class="group active:(!ring-0) hover:(!bg-primary !bg-opacity-25)"
@click="navigateTo('/account/apps')"

4
packages/nocodb/src/lib/utils/projectAcl.ts

@ -294,11 +294,7 @@ export default {
upload: true,
uploadViaURL: true,
passwordChange: true,
pluginList: true,
pluginRead: true,
pluginTest: true,
isPluginActive: true,
pluginUpdate: true,
projectCreate: true,
projectList: true,
projectCost: true,

Loading…
Cancel
Save