File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -619,6 +619,7 @@ public function defineTabs($options = []) {
619619 $ this ->addStandardTab (self ::class, $ ong , $ options );
620620 $ this ->addStandardTab (PluginFormcreatorFormAnswer::class, $ ong , $ options );
621621 $ this ->addStandardTab (PluginFormcreatorForm_Language::class, $ ong , $ options );
622+ $ this ->addStandardTab (Document_Item::class, $ ong , $ options );
622623 $ this ->addStandardTab (Log::class, $ ong , $ options );
623624 return $ ong ;
624625 }
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ function plugin_init_formcreator() {
130130
131131 array_push ($ CFG_GLPI ["ticket_types " ], PluginFormcreatorFormAnswer::class);
132132 array_push ($ CFG_GLPI ["document_types " ], PluginFormcreatorFormAnswer::class);
133+ array_push ($ CFG_GLPI ["document_types " ], PluginFormcreatorForm::class);
133134
134135 $ plugin = new Plugin ();
135136 if (!$ plugin ->isActivated ('formcreator ' )) {
You can’t perform that action at this time.
0 commit comments