Merge branch 'master' into develop

This commit is contained in:
Jan Prochazka
2022-10-13 11:02:40 +02:00
15 changed files with 134 additions and 34 deletions

View File

@@ -52,7 +52,12 @@
icon: 'img table-structure',
},
{
label: 'Open perspective',
label: 'Design query',
isQueryDesigner: true,
requiresWriteAccess: true,
},
{
label: 'Design perspective query',
tab: 'PerspectiveTab',
forceNewTab: true,
icon: 'img perspective',
@@ -80,11 +85,6 @@
isDuplicateTable: true,
requiresWriteAccess: true,
},
{
label: 'Query designer',
isQueryDesigner: true,
requiresWriteAccess: true,
},
{
label: 'Show diagram',
isDiagram: true,
@@ -155,7 +155,11 @@
icon: 'img view-structure',
},
{
label: 'Open perspective',
label: 'Design query',
isQueryDesigner: true,
},
{
label: 'Design perspective query',
tab: 'PerspectiveTab',
forceNewTab: true,
icon: 'img perspective',
@@ -164,10 +168,6 @@
label: 'Drop view',
isDrop: true,
},
{
label: 'Query designer',
isQueryDesigner: true,
},
{
divider: true,
},