File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ public static function titleList()
53
53
__ ("Export to YAML " , "fields " ) . "</a></div><br> " ;
54
54
}
55
55
56
+ public function getForbiddenStandardMassiveAction ()
57
+ {
58
+ $ forbidden = parent ::getForbiddenStandardMassiveAction ();
59
+ $ forbidden [] = 'clone ' ;
60
+ return $ forbidden ;
61
+ }
62
+
56
63
/**
57
64
* Install or update plugin base data.
58
65
*
Original file line number Diff line number Diff line change @@ -44,6 +44,15 @@ class PluginFieldsField extends CommonDBChild
44
44
public static $ itemtype = PluginFieldsContainer::class;
45
45
public static $ items_id = 'plugin_fields_containers_id ' ;
46
46
47
+
48
+ public function getForbiddenStandardMassiveAction ()
49
+ {
50
+ $ forbidden = parent ::getForbiddenStandardMassiveAction ();
51
+ $ forbidden [] = 'clone ' ;
52
+ return $ forbidden ;
53
+ }
54
+
55
+
47
56
/**
48
57
* Install or update plugin base data.
49
58
*
You can’t perform that action at this time.
0 commit comments