Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rescheduled 🗓️
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Contributor analytics
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
c3lingo
rescheduled 🗓️
Merge requests
!32
Sort stages alphabetically in manage, highlight blank stage names
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sort stages alphabetically in manage, highlight blank stage names
sort-stages
into
main
Overview
0
Commits
2
Pipelines
3
Changes
3
Merged
Teal
requested to merge
sort-stages
into
main
3 weeks ago
Overview
0
Commits
2
Pipelines
3
Changes
3
Expand
Sort stages alphabetically in conference stage selection view
Add visual indicator for stages with blank names
Edited
3 weeks ago
by
Teal
0
0
Merge request reports
Compare
main
version 2
f0fb5959
3 weeks ago
version 1
b7a736dc
3 weeks ago
main (base)
and
latest version
latest version
3a06a54e
2 commits,
3 weeks ago
version 2
f0fb5959
3 commits,
3 weeks ago
version 1
b7a736dc
3 commits,
3 weeks ago
3 files
+
13
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
app/controllers/admin/conferences_controller.rb
+
2
−
2
Options
@@ -65,7 +65,7 @@ module Admin
end
def
select_relevant_stages
@stages
=
@conference
.
stages
@stages
=
@conference
.
stages
.
order
(
:name
)
end
def
update_relevant_stages
@@ -74,7 +74,7 @@ module Admin
if
@conference
.
save
redirect_to
admin_conferences_path
,
notice:
"Relevant stages updated successfully."
else
@stages
=
@conference
.
stages
@stages
=
@conference
.
stages
.
order
(
:name
)
render
:select_relevant_stages
end
end
Loading