Explorar o código

Default shortcut actions are now a parameter

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1504 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=13) %!d(string=hai) anos
pai
achega
ab40142e8f
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      core/config.class.inc.php

+ 9 - 0
core/config.class.inc.php

@@ -410,6 +410,15 @@ class Config
 			'source_of_value' => '',
 			'show_in_conf_sample' => true,
 		),
+		'shortcut_actions' => array(
+			'type' => 'string',
+			'description' => 'Actions that are available as direct buttons next to the "Actions" menu',
+			// examples... not used
+			'default' => 'UI:Menu:Modify,UI:Menu:New',
+			'value' => 'UI:Menu:Modify',
+			'source_of_value' => '',
+			'show_in_conf_sample' => true,
+		),
 	);
 
 	public function IsProperty($sPropCode)