- 
    
Problem report
 - 
    Resolution: Fixed
 - 
    
Trivial
 - 
    3.0.12, 3.2.10
 
- 
        Sprint 22
 - 
        0.125
 
Steps to reproduce:
- Log in as superadmin
 - Go to Configuration->Hosts
 - Import attached test.xml

 - Go to Configuration->Hosts and click Items next to test host
 - Try to click Template Virt VMware next to item Event log
 
Result:
Disappointment
Expected:
Link takes you to Template Virt VMware editing form
According to debug, template.get is called with templateids of items instead of hostids of templates and returns nothing:
5. template.get [items.php:1415]
Parameters:
Array
(
    [output] => Array
        (
            [0] => templateid
        )
    [templateids] => Array
        (
            [0] => 23593
            [1] => 23658
            [2] => 23659
        )
    [editable] => 1
    [preservekeys] => 1
)
Result:
Array
(
)