Skip to content

Commit

Permalink
Do not redirect to repository media after login
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Sep 13, 2023
1 parent 6d994f4 commit 1709305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/repositories_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

class RepositoriesController < ApplicationController
before_action :set_repository, only: %i[show edit update destroy public hook reprocess admins add_admin remove_admin courses add_course remove_course]
skip_before_action :store_current_location, only: %i[public]

Check warning on line 5 in app/controllers/repositories_controller.rb

View check run for this annotation

Codecov / codecov/patch

app/controllers/repositories_controller.rb#L5

Added line #L5 was not covered by tests

# GET /repositories
# GET /repositories.json
Expand Down

0 comments on commit 1709305

Please sign in to comment.