From 2a11cf13d982b0983f1999a60d96b196cc55c8f7 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Mon, 29 Jan 2018 12:19:47 -0500 Subject: [PATCH] =?UTF-8?q?Avoid=20=E2=80=98Can't=20verify=20CSRF=20token?= =?UTF-8?q?=20authenticity.=E2=80=99=20when=20saving=20a=20collection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to issues * #1191 - Adding existing works to existing collection fails * #1489 - Throwing ActionController::InvalidAuthenticityToken when trying to add works to an existing collection --- app/views/hyrax/dashboard/collections/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/hyrax/dashboard/collections/_form.html.erb b/app/views/hyrax/dashboard/collections/_form.html.erb index e174adcfd5..8aa16e2550 100644 --- a/app/views/hyrax/dashboard/collections/_form.html.erb +++ b/app/views/hyrax/dashboard/collections/_form.html.erb @@ -109,7 +109,7 @@