mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 23:46:51 +00:00
fix(gui): public shared view issues
- hide virtual columns from filters and sort - password protected form - hide filter - should be available without auth Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
>
|
||||
<virtual-cell
|
||||
v-if="columnObj.virtual"
|
||||
:password="password"
|
||||
:is-public="isPublicView"
|
||||
:metas="metas"
|
||||
:is-locked="isLocked "
|
||||
@@ -273,7 +274,8 @@ export default {
|
||||
isVirtual: Boolean,
|
||||
isLocked: Boolean,
|
||||
columnsWidth: { type: Object },
|
||||
isPkAvail: Boolean
|
||||
isPkAvail: Boolean,
|
||||
password: String
|
||||
},
|
||||
data: () => ({
|
||||
resizingCol: null,
|
||||
|
||||
Reference in New Issue
Block a user