From cca449b538042e08d62ab6abb9d7b114e48bc5f2 Mon Sep 17 00:00:00 2001 From: David Milward Date: Wed, 14 Jun 2017 16:42:55 +0100 Subject: [PATCH] MET-1837 Updated description from Excel to Word for Inventory Report Document --- .../grails-app/conf/BootStrap.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelCatalogueCorePluginTestApp/grails-app/conf/BootStrap.groovy b/ModelCatalogueCorePluginTestApp/grails-app/conf/BootStrap.groovy index 5d38262bf9..65f6215a6d 100644 --- a/ModelCatalogueCorePluginTestApp/grails-app/conf/BootStrap.groovy +++ b/ModelCatalogueCorePluginTestApp/grails-app/conf/BootStrap.groovy @@ -111,7 +111,7 @@ class BootStrap { reportsRegistry.register { creates asset title { "Inventory Report Document" } - defaultName { "${it.name} report as MS Excel Document" } + defaultName { "${it.name} report as MS Word Document" } depth 3 type DataModel when { DataModel dataModel ->