Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LinkAhead Sample Management
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
LinkAhead Sample Management
Commits
1bcc0dba
Commit
1bcc0dba
authored
6 days ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into f-event-name
parents
a57564ab
9635a06a
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
FEAT(sample_upload): Allow event names in registration, upload, and export
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sample-management-custom/caosdb-server/scripting/bin/export_sample_csv.py
+1
-1
1 addition, 1 deletion
...t-custom/caosdb-server/scripting/bin/export_sample_csv.py
with
1 addition
and
1 deletion
sample-management-custom/caosdb-server/scripting/bin/export_sample_csv.py
+
1
−
1
View file @
1bcc0dba
...
...
@@ -626,7 +626,7 @@ def main():
logger
.
info
(
"
Removing empty columns from export
"
)
no_empty_columns
=
True
el
if
"
query_string
"
in
form_data
and
form_data
[
"
query_string
"
]:
if
"
query_string
"
in
form_data
and
form_data
[
"
query_string
"
]:
query_string
=
form_data
[
"
query_string
"
]
if
not
query_string
.
lower
().
startswith
(
"
find
"
)
and
not
query_string
.
lower
().
startswith
(
"
select
"
):
logger
.
error
(
...
...
This diff is collapsed.
Click to expand it.
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