Skip to content
Snippets Groups Projects
Commit 40153f2c authored by John Hope's avatar John Hope
Browse files

Tweak Certify controller action urgencies

parent c77b533c
No related branches found
No related tags found
1 merge request!85821Tweak Certify controller action urgencies
......@@ -8,7 +8,8 @@ class Projects::Quality::TestCasesController < Projects::ApplicationController
before_action :authorize_create_test_case!, only: [:new]
feature_category :quality_management
urgency :medium
urgency :low, [:index]
urgency :medium, [:new, :show]
def index
respond_to do |format|
......
......@@ -9,8 +9,8 @@ class Projects::RequirementsManagement::RequirementsController < Projects::Appli
before_action :authorize_import_access!, only: [:import_csv, :authorize]
feature_category :requirements_management
urgency :medium, [:index, :authorize]
urgency :low, [:import_csv]
urgency :high, [:authorize]
urgency :low, [:index, :import_csv]
def index
respond_to do |format|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment