Skip to content

Commit

Permalink
feat(form): compliance with GLPI 10; replace form categories by KB ca…
Browse files Browse the repository at this point in the history
…tegories

see GLPI PR#9898
  • Loading branch information
Rom1-B authored and btry committed Dec 7, 2021
1 parent 1003dc4 commit c7c6059
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 659 deletions.
40 changes: 0 additions & 40 deletions front/category.form.php

This file was deleted.

37 changes: 0 additions & 37 deletions front/category.php

This file was deleted.

9 changes: 0 additions & 9 deletions hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ function plugin_formcreator_uninstall() {
$install->uninstall();
}

/**
* Define Dropdown tables to be manage in GLPI :
*/
function plugin_formcreator_getDropdown() {
return [
'PluginFormcreatorCategory' => _n('Form category', 'Form categories', 2, 'formcreator'),
];
}


function plugin_formcreator_addDefaultSelect($itemtype) {
switch ($itemtype) {
Expand Down
252 changes: 0 additions & 252 deletions inc/category.class.php

This file was deleted.

Loading

0 comments on commit c7c6059

Please sign in to comment.