We are running OTRS 4.0.14 with KIX4OTRS (7.0.61) and ITSM (4.0.21) CMDB. The AutoComplete feature used to work when initially configured, not many changes changes have occurred apart from package/module updates. When we reference a CI and type in a known config item name nothing happens. I checked the logs and the only log entry that constantly pops up is
Code: Select all
[Mon Feb 20 10:11:06 2017] -e: Use of uninitialized value $FrontendBaselink in string eq at /opt/otrs/KIX4OTRS/Kernel/System/CustomerUser.pm line 102.
[Mon Feb 20 10:11:06 2017] -e: Use of uninitialized value $FrontendBaselink in string eq at /opt/otrs/KIX4OTRS/Kernel/System/CustomerUser.pm line 117.
Code: Select all
Definition:
[
{
Key => 'Node1',
Name => 'Node',
Searchable => 1,
Input => {
Type => 'CIClassReference',
ReferencedCIClassName => 'Node',
ReferencedCIClassLinkType => 'ConnectedTo',
ReferencedCIClassLinkDirection => 'Normal',
Required => 1,
},
CountMin => 0,
CountMax => 1,
CountDefault => 1,
},
]
