diff --git a/app/controllers/projects/build_lists_controller.rb b/app/controllers/projects/build_lists_controller.rb index df7e61ce6..91bae6c4f 100644 --- a/app/controllers/projects/build_lists_controller.rb +++ b/app/controllers/projects/build_lists_controller.rb @@ -2,7 +2,7 @@ class Projects::BuildListsController < Projects::BaseController include FileStoreHelper include BuildListsHelper - NESTED_ACTIONS = [:index, :new, :create] + NESTED_ACTIONS = [:index, :new, :create, :list] before_action :authenticate_user! skip_before_action :authenticate_user!, only: [:show, :index, :log] if APP_CONFIG['anonymous_access']