add ACL to allow download of browse/ stuff too, when possible. RT#4681
[freeside.git] / FS / FS / AccessRight.pm
index b016d18..bf076f6 100644 (file)
@@ -250,6 +250,10 @@ tie my %rights, 'Tie::IxHash',
     { rightname=>'Broadband global configuration', global=>1 },
 
     { rightname=>'Configuration', global=>1 }, #most of the rest of the configuraiton is not agent-virtualized
+
+    { rightname=>'Configuration download', }, #description of how it affects
+                                              #search/elements/search.html
+
   ],
   
 ;