Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
3d486776
Verified
Commit
3d486776
authored
3 years ago
by
Kirill Stytsenko
Browse files
Options
Downloads
Patches
Plain Diff
Disable "Save without execution"
We don't need this according to Moritz, AFAIK
parent
1d594e52
No related branches found
No related tags found
3 merge requests
!81
New stable release
,
!43
Merge dev to master
,
!41
UI March
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fda-ui/components/query/Builder.vue
+3
-1
3 additions, 1 deletion
fda-ui/components/query/Builder.vue
with
3 additions
and
1 deletion
fda-ui/components/query/Builder.vue
+
3
−
1
View file @
3d486776
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<v-toolbar-title>
Create Query
</v-toolbar-title>
<v-toolbar-title>
Create Query
</v-toolbar-title>
<v-spacer
/>
<v-spacer
/>
<v-toolbar-title>
<v-toolbar-title>
<v-btn
:disabled=
"!valid || !token"
color=
"blue-grey white--text"
@
click=
"save"
>
<v-btn
v-if=
"false"
:disabled=
"!valid || !token"
color=
"blue-grey white--text"
@
click=
"save"
>
Save without execution
Save without execution
</v-btn>
</v-btn>
<v-btn
:disabled=
"!valid || !token"
color=
"primary"
@
click=
"execute"
>
<v-btn
:disabled=
"!valid || !token"
color=
"primary"
@
click=
"execute"
>
...
@@ -178,6 +178,7 @@ export default {
...
@@ -178,6 +178,7 @@ export default {
this
.
loading
=
false
this
.
loading
=
false
}
}
},
},
/*
async save () {
async save () {
this.$refs.form.validate()
this.$refs.form.validate()
const query = this.query.sql.replaceAll('`', '')
const query = this.query.sql.replaceAll('`', '')
...
@@ -197,6 +198,7 @@ export default {
...
@@ -197,6 +198,7 @@ export default {
this.loading = false
this.loading = false
}
}
},
},
*/
async
buildQuery
()
{
async
buildQuery
()
{
if
(
!
this
.
table
)
{
if
(
!
this
.
table
)
{
return
return
...
...
This diff is collapsed.
Click to expand it.
Kirill Stytsenko
@stytsenkok39
mentioned in commit
00bbe314
·
3 years ago
mentioned in commit
00bbe314
mentioned in commit 00bbe3144e25bf0db3e0ed1c820e07987b1e9e5c
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment