system.xml.bkp.1647461828289 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cogadmin
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <system version="3.1">
  13. <!-- the application folder name -->
  14. <param name="app">cogadmin</param>
  15. <!-- this should go away once we have our 'common' tarball -->
  16. <param name="common_app">portal</param>
  17. <!-- this should go away once we have our 'common' tarball -->
  18. <param name="skin_shared_images">shared</param>
  19. <!-- CM filter added to content requests to only return objects "visible" to the current user -->
  20. <param name="visible">[permission(&quot;read&quot;) or permission(&quot;write&quot;) or permission(&quot;execute&quot;) or permission(&quot;traverse&quot;) or permission(&quot;setPolicy&quot;)]</param>
  21. <!-- Maximum number of items that will appear as a drop-down for the dispatcher filter. If there are more dispatchers in the system than this number then a selection dialog will be used instead. -->
  22. <param name="dispatcher_filter_dropdown_limit">6</param>
  23. </system>