Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
a4168719
Unverified
Commit
a4168719
authored
7 years ago
by
Rémy Coutable
Browse files
Options
Download
Email Patches
Plain Diff
Remove `weight` from IssuableFinder::SCALAR_PARAMS and improve the array formatting
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
951a5cca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
app/finders/issuable_finder.rb
app/finders/issuable_finder.rb
+19
-1
No files found.
app/finders/issuable_finder.rb
View file @
a4168719
...
...
@@ -25,8 +25,26 @@ class IssuableFinder
NONE
=
'0'
.
freeze
SCALAR_PARAMS
=
%i(scope state group_id project_id milestone_title assignee_id search label_name sort assignee_username author_id author_username authorized_only due_date iids non_archived weight)
.
freeze
SCALAR_PARAMS
=
%i[
assignee_id
assignee_username
author_id
author_username
authorized_only
due_date
group_id
iids
label_name
milestone_title
non_archived
project_id
scope
search
sort
state
]
.
freeze
ARRAY_PARAMS
=
{
label_name:
[],
iids:
[],
assignee_username:
[]
}.
freeze
VALID_PARAMS
=
(
SCALAR_PARAMS
+
[
ARRAY_PARAMS
]).
freeze
attr_accessor
:current_user
,
:params
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment