Skip to content

Commit

Permalink
feat(question): add support for database sub itemtype
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Dec 1, 2022
1 parent 5c5244a commit 4512601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/question.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,7 @@ public static function dropdownObjectSubType(string $name, array $options = []):
Project::class => Project::getTypeName($plural),
Certificate::class => Certificate::getTypeName($plural),
Appliance::class => Appliance::getTypeName($plural),
Database::class => Database::getTypeName($plural),
],
__("Tools") => [
Reminder::class => __("Notes"),
Expand Down

0 comments on commit 4512601

Please sign in to comment.