RT 4.2.11, ticket#13852
[freeside.git] / rt / etc / upgrade / 4.1.12 / content
diff --git a/rt/etc/upgrade/4.1.12/content b/rt/etc/upgrade/4.1.12/content
new file mode 100644 (file)
index 0000000..1f0473d
--- /dev/null
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+our @ACL = ( {
+    Right       => 'ShowArticlesMenu',
+    GroupDomain => 'SystemInternal',
+    GroupType   => 'Privileged',
+} );
+
+1;