Skip to content

Commit c95e9d6

Browse files
committed
tcp_mgm: add system definition in settings
(cherry picked from commit dd56721)
1 parent e0dae9b commit c95e9d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/tools/system/tcp_mgm/settings.inc.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727

2828
$config->tcp_mgm = array(
2929
"title0" => array(
30+
"type" => "title",
31+
"title" => "General Settings"
32+
),
33+
"talk_to_this_assoc_id" => array(
34+
"default" => 1,
35+
"name" => "Linked system",
36+
"options" => get_assoc_id(),
37+
"type" => "dropdown",
38+
),
39+
"title1" => array(
3040
"type" => "title",
3141
"title" => "Database"
3242
),

0 commit comments

Comments
 (0)