From dd9e0691acae3eb63bdfbc8665eb3f8ce516536d Mon Sep 17 00:00:00 2001
From: hellekin <hellekin@cepheide.org>
Date: Fri, 9 Oct 2020 12:47:31 +0200
Subject: Fix Resource edition

---
 app/controllers/resources_controller.rb | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'app/controllers')

diff --git a/app/controllers/resources_controller.rb b/app/controllers/resources_controller.rb
index 1cccafa..04d4e70 100644
--- a/app/controllers/resources_controller.rb
+++ b/app/controllers/resources_controller.rb
@@ -40,6 +40,9 @@ class ResourcesController < ApplicationController
   def edit
     # TODO Add a moderation queue for unauthorized but valid changes
     flash.now[:notice] = 'Please ask an editor or a maintainer to edit this resource!' unless (current_user_editor? || current_user_maintainer?)
+
+
+    Rails.logger.info "EDIT: #{@resource.uuid} #{@resource.name} // #{current_agent.id}"
   end
 
   # PATCH /resources/:id
-- 
cgit v1.2.3