1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: Thomas Mueller <thomas@chaschperli.ch>
Description: Disable "Product News" dashboard widget as it refers to
upstream not to the debian package.
diff -Naur otrs-5.0.16.orig/Kernel/Config/Files/Framework.xml otrs-5.0.16/Kernel/Config/Files/Framework.xml
--- otrs-5.0.16.orig/Kernel/Config/Files/Framework.xml 2017-01-17 03:39:35.000000000 +0100
+++ otrs-5.0.16/Kernel/Config/Files/Framework.xml 2017-01-24 12:29:07.466739432 +0100
@@ -5954,7 +5954,7 @@
<Item Key="Description" Translatable="1">News about OTRS releases!</Item>
<Item Key="Block">ContentLarge</Item>
<Item Key="Group">admin</Item>
- <Item Key="Default">1</Item>
+ <Item Key="Default">0</Item>
<Item Key="CacheTTLLocal">1440</Item>
</Hash>
</Setting>
|