Skip to content

500 server error on any searchable request #73

Description

@skalimer0

Hello,

In REDMINE 5 the new filter "any searchable text" can't be use with multiproject plugin because the plugin override project_statement with issue's information.

You must override the method sql_for_any_searchable_field of issue_query.rb to add .joins(:issues) to the definition of project_scope.

project_scope = Project.joins(:issues).allowed_to(:view_issues)

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions