From 6f448bd17d2e0a0329146d0f36c3d2b79c48bdc2 Mon Sep 17 00:00:00 2001 From: Rajat Jain Date: Wed, 26 Jun 2019 08:29:23 +0000 Subject: Bring Manual Ordering on Issue List On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them. --- app/controllers/groups_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/controllers/groups_controller.rb') diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index e936d771502..316da8f129d 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -7,6 +7,10 @@ class GroupsController < Groups::ApplicationController include PreviewMarkdown include RecordUserLastActivity + before_action do + push_frontend_feature_flag(:manual_sorting) + end + respond_to :html prepend_before_action(only: [:show, :issues]) { authenticate_sessionless_user!(:rss) } -- cgit v1.2.3