Skip to content

Commit 4512601

Browse files
committed
feat(question): add support for database sub itemtype
1 parent 5c5244a commit 4512601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/question.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,6 +1224,7 @@ public static function dropdownObjectSubType(string $name, array $options = []):
12241224
Project::class => Project::getTypeName($plural),
12251225
Certificate::class => Certificate::getTypeName($plural),
12261226
Appliance::class => Appliance::getTypeName($plural),
1227+
Database::class => Database::getTypeName($plural),
12271228
],
12281229
__("Tools") => [
12291230
Reminder::class => __("Notes"),

0 commit comments

Comments
 (0)