mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
call functions
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@170 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
2
hook.php
2
hook.php
@ -364,7 +364,7 @@ function plugin_example_MassiveActionsFieldsDisplay($options=array()) {
|
||||
switch ($table.".".$field) {
|
||||
case 'glpi_plugin_example_examples.serial' :
|
||||
echo "Not really specific - Just for example ";
|
||||
//autocompletionTextField($linkfield,$table,$field);
|
||||
//Html::autocompletionTextField($linkfield,$table,$field);
|
||||
// Dropdown::showYesNo($linkfield);
|
||||
// Need to return true if specific display
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user