@budibase/frontend-core 2.26.2 → 2.26.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/frontend-core",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.3",
|
|
4
4
|
"description": "Budibase frontend core libraries used in builder and client",
|
|
5
5
|
"author": "Budibase",
|
|
6
6
|
"license": "MPL-2.0",
|
|
7
7
|
"svelte": "src/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@budibase/bbui": "2.26.
|
|
10
|
-
"@budibase/shared-core": "2.26.
|
|
11
|
-
"@budibase/types": "2.26.
|
|
9
|
+
"@budibase/bbui": "2.26.3",
|
|
10
|
+
"@budibase/shared-core": "2.26.3",
|
|
11
|
+
"@budibase/types": "2.26.3",
|
|
12
12
|
"dayjs": "^1.10.8",
|
|
13
13
|
"lodash": "4.17.21",
|
|
14
14
|
"shortid": "2.2.15",
|
|
15
15
|
"socket.io-client": "^4.6.1"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "4be0c2e7f1698fe76235b87109a8c2e4a56c5470"
|
|
18
18
|
}
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
>
|
|
387
387
|
Hide column
|
|
388
388
|
</MenuItem>
|
|
389
|
-
{#if $config.canEditColumns && column.schema.type === "link" && column.schema.tableId === TableNames.USERS}
|
|
389
|
+
{#if $config.canEditColumns && column.schema.type === "link" && column.schema.tableId === TableNames.USERS && !column.schema.autocolumn}
|
|
390
390
|
<MenuItem icon="User" on:click={openMigrationModal}>
|
|
391
391
|
Migrate to user column
|
|
392
392
|
</MenuItem>
|