Skip to content

Commit

Permalink
Fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
judithroth committed Jun 26, 2024
1 parent e271f11 commit bebe3c2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ class ProjectCustomFieldsController < ::Admin::SettingsController

# rubocop:disable Rails/LexicallyScopedActionFilter
before_action :set_sections, only: %i[show index edit update move drop]
before_action :find_custom_field, except: %i(index new)
before_action :find_custom_field,
only: %i(show edit project_mappings new_link link unlink update destroy delete_option reorder_alphabetical
move drop)
before_action :prepare_custom_option_position, only: %i(update create)
before_action :find_custom_option, only: :delete_option
before_action :project_custom_field_mappings_query, only: %i[project_mappings unlink]
Expand Down

0 comments on commit bebe3c2

Please sign in to comment.