Bug #4927
Can't link a NetworkEquipment to a connection from NetworkEquipment item
Status: | Resolved | Start date: | 05/27/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | CDuv | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
From the "Connections" tabs of a NetworkEquipment linking to existing connection seems to fail: Dropdowns are OK but no link is made on submission.
There is a PHP Notice:
Notice(8): Undefined index: plugin_connections_connections_id Backtrace : ...\GLPI-0.84.5\inc\toolbox.class.php:531 Toolbox::userErrorHandlerNormal() ...\GLPI-0.84.5\plugins\connections\front\connection.form.php:77 Toolbox::userErrorHandlerDebug()
History
#1 Updated by CDuv almost 7 years ago
- Status changed from Assigned to Resolved
Fixed in r12: Wrong dropdown name was used (connections_id
instead of plugin_connections_connections_id
) (see source:/trunk/inc/connection_item.class.php@12#L361).