File tree 2 files changed +2
-0
lines changed
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 = []) {
619
619
$ this ->addStandardTab (self ::class, $ ong , $ options );
620
620
$ this ->addStandardTab (PluginFormcreatorFormAnswer::class, $ ong , $ options );
621
621
$ this ->addStandardTab (PluginFormcreatorForm_Language::class, $ ong , $ options );
622
+ $ this ->addStandardTab (Document_Item::class, $ ong , $ options );
622
623
$ this ->addStandardTab (Log::class, $ ong , $ options );
623
624
return $ ong ;
624
625
}
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ function plugin_init_formcreator() {
130
130
131
131
array_push ($ CFG_GLPI ["ticket_types " ], PluginFormcreatorFormAnswer::class);
132
132
array_push ($ CFG_GLPI ["document_types " ], PluginFormcreatorFormAnswer::class);
133
+ array_push ($ CFG_GLPI ["document_types " ], PluginFormcreatorForm::class);
133
134
134
135
$ plugin = new Plugin ();
135
136
if (!$ plugin ->isActivated ('formcreator ' )) {
You can’t perform that action at this time.
0 commit comments