Revert "Fix middle-click on "Delete attachment" button"

This commit is contained in:
Pierre de La Morinerie 2020-04-08 17:40:58 +02:00 committed by GitHub
parent b290564df2
commit 6e8bd6957f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 49 deletions

View file

@ -5,11 +5,6 @@ class AttachmentsController < ApplicationController
def show
@attachment = @blob.attachments.find(params[:id])
@user_can_upload = params[:user_can_upload]
respond_to do |format|
format.js
format.html { redirect_back(fallback_location: @attachment.record&.dossier || root_path) }
end
end
def destroy