From a1096beb3833d93f3517d6b028ca575699072e02 Mon Sep 17 00:00:00 2001
From: Frank Morgner <morgnerf@ub.uni-leipzig.de>
Date: Fri, 20 Jul 2018 13:06:06 +0200
Subject: [PATCH] refs #11004 [supplement] * add route Resources to
 config/module.config.php

---
 module/finc/config/module.config.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/finc/config/module.config.php b/module/finc/config/module.config.php
index 23eea526354..2d330d37d22 100644
--- a/module/finc/config/module.config.php
+++ b/module/finc/config/module.config.php
@@ -169,7 +169,8 @@ $nonTabRecordActions = [
 // Define record view routes once again to add new nonTabRecordActions
 $recordRoutes = [
     'record' => 'Record',
-    'export' => 'Export'
+    'export' => 'Export',
+    'resources' => 'Resources'
 ];
 
 
-- 
GitLab