Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Commits
55fb8203
Commit
55fb8203
authored
4 months ago
by
Anusha Ranganathan
Browse files
Options
Downloads
Patches
Plain Diff
Removed Byebug
parent
7edf0a41
Branches
bug_fix/462_resource_type_mapping
No related tags found
1 merge request
!351
Fix filtered download issue
Pipeline
#18205
passed
4 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hyrax/app/helpers/complex_filter_helper.rb
+0
-1
0 additions, 1 deletion
hyrax/app/helpers/complex_filter_helper.rb
with
0 additions
and
1 deletion
hyrax/app/helpers/complex_filter_helper.rb
+
0
−
1
View file @
55fb8203
...
...
@@ -114,7 +114,6 @@ module ComplexFilterHelper
elsif
key
==
"complex_subject_age_itsim"
age_range
=
search_params
[
key
]
if
age_range
.
is_a?
(
Hash
)
&&
age_range
.
key?
(
"begin"
)
&&
age_range
.
key?
(
"end"
)
byebug
query
[
"subject_age"
]
=
age_range
[
'begin'
]
..
age_range
[
'end'
]
else
query
[
value
]
=
search_params
[
key
]
...
...
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