Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e8265182
Commit
e8265182
authored
Apr 01, 2017
by
James Clark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed label resetting when sorting by weight
Fixes gitlab-org/gitlab-ce#30352
parent
adbb6830
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
app/views/shared/_sort_dropdown.html.haml
app/views/shared/_sort_dropdown.html.haml
+2
-2
changelogs/unreleased-ee/ee-fix-sort-weight.yml
changelogs/unreleased-ee/ee-fix-sort-weight.yml
+4
-0
No files found.
app/views/shared/_sort_dropdown.html.haml
View file @
e8265182
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
=
link_to
page_filter_path
(
sort:
sort_value_oldest_updated
,
label:
true
)
do
=
link_to
page_filter_path
(
sort:
sort_value_oldest_updated
,
label:
true
)
do
=
sort_title_oldest_updated
=
sort_title_oldest_updated
-
if
local_assigns
[
:type
]
==
:issues
-
if
local_assigns
[
:type
]
==
:issues
=
link_to
page_filter_path
(
sort:
sort_value_more_weight
)
do
=
link_to
page_filter_path
(
sort:
sort_value_more_weight
,
label:
true
)
do
=
sort_title_more_weight
=
sort_title_more_weight
=
link_to
page_filter_path
(
sort:
sort_value_less_weight
)
do
=
link_to
page_filter_path
(
sort:
sort_value_less_weight
,
label:
true
)
do
=
sort_title_less_weight
=
sort_title_less_weight
=
link_to
page_filter_path
(
sort:
sort_value_milestone_soon
,
label:
true
)
do
=
link_to
page_filter_path
(
sort:
sort_value_milestone_soon
,
label:
true
)
do
=
sort_title_milestone_soon
=
sort_title_milestone_soon
...
...
changelogs/unreleased-ee/ee-fix-sort-weight.yml
0 → 100644
View file @
e8265182
---
title
:
Fixed label resetting when sorting by weight
merge_request
:
author
:
James Clark
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