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