opf/openproject

View on GitHub
modules/gantt/app/controllers/gantt/gantt_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method index has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def index
      # If there are no query_props given, redirect to the default query
      if params[:query_props].nil? && params[:query_id].nil?
        if @project.present?
          return redirect_to(
Severity: Minor
Found in modules/gantt/app/controllers/gantt/gantt_controller.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status