Skip to content

Commit

Permalink
feat(glpiselect): add Project in the supported list
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Feb 28, 2019
1 parent 813eb83 commit eae0a3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/question.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,8 @@ public function showForm($ID, $options = []) {
Supplier::class => Supplier::getTypeName(2),
Contact::class => Contact::getTypeName(2),
Contract::class => Contract::getTypeName(2),
Document::class => Document::getTypeName(2)],
Document::class => Document::getTypeName(2),
Project::class => Project::getTypeName(2)],
__("Tools") => [
Reminder::class => __("Notes"),
RSSFeed::class => __("RSS feed")],
Expand Down

0 comments on commit eae0a3b

Please sign in to comment.