mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 01:06:49 +00:00
feat: table and view reordering, option to disable views for roles(GUI)
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -128,7 +128,7 @@ export default {
|
||||
dbAlias: this.db.meta.dbAlias,
|
||||
env: this.$store.getters['project/GtrEnv']
|
||||
}, 'xcVisibilityMetaGet', {
|
||||
type: 'table'
|
||||
type: 'all'
|
||||
}]))
|
||||
},
|
||||
async save() {
|
||||
@@ -136,8 +136,7 @@ export default {
|
||||
await this.$store.dispatch('sqlMgr/ActSqlOp', [{
|
||||
dbAlias: this.db.meta.dbAlias,
|
||||
env: this.$store.getters['project/GtrEnv']
|
||||
}, 'xcVisibilityMetaSet', {
|
||||
type: 'table',
|
||||
}, 'xcVisibilityMetaSetAll', {
|
||||
disableList: this.tables.filter(t => t.edited)
|
||||
}])
|
||||
this.$toast.success('Updated UI ACL for tables successfully').goAway(3000)
|
||||
|
||||
Reference in New Issue
Block a user