mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
rename rule_ocs to rule_import
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@207 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
5280a6d5e9
commit
23fb40b22e
@ -46,7 +46,7 @@ if (!defined('GLPI_ROOT')) {
|
||||
class PluginExampleRuleTest extends Rule {
|
||||
|
||||
// From Rule
|
||||
static public $right = 'rule_ocs';
|
||||
static public $right = 'rule_import';
|
||||
public $can_sort = true;
|
||||
|
||||
|
||||
|
@ -40,7 +40,7 @@ class PluginExampleRuleTestCollection extends RuleCollection {
|
||||
|
||||
// From RuleCollection
|
||||
public $stop_on_first_match = true;
|
||||
static public $right = 'rule_ocs';
|
||||
static public = 'rule_import';
|
||||
public $menu_option = 'test';
|
||||
|
||||
function getTitle() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user