|
67 | 67 |
|
68 | 68 | {% if item.isField('plugin_connections_connectionrates_id') %} |
69 | 69 | {{ fields.dropdownField( |
70 | | - 'ConnectionRate', |
| 70 | + 'GlpiPlugin\\Connections\\ConnectionRate', |
71 | 71 | "plugin_connections_connectionrates_id", |
72 | 72 | item.fields['plugin_connections_connectionrates_id'], |
73 | | - 'ConnectionRate'|itemtype_name, |
| 73 | + 'GlpiPlugin\\Connections\\ConnectionRate'|itemtype_name, |
74 | 74 | ) }} |
75 | 75 | {% endif %} |
76 | 76 |
|
77 | 77 | {% if item.isField('plugin_connections_connectiontypes_id') %} |
78 | 78 | {{ fields.dropdownField( |
79 | | - 'ConnectionType', |
| 79 | + 'GlpiPlugin\\Connections\\ConnectionType', |
80 | 80 | "plugin_connections_connectiontypes_id", |
81 | 81 | item.fields['plugin_connections_connectiontypes_id'], |
82 | | - 'ConnectionType'|itemtype_name, |
| 82 | + 'GlpiPlugin\\Connections\\ConnectionType'|itemtype_name, |
83 | 83 | ) }} |
84 | 84 | {% endif %} |
85 | 85 |
|
86 | 86 | {% if item.isField('plugin_connections_guaranteedconnectionrates_id') %} |
87 | 87 | {{ fields.dropdownField( |
88 | | - 'GuaranteedConnectionRate', |
| 88 | + 'GlpiPlugin\\Connections\\GuaranteedConnectionRate', |
89 | 89 | "plugin_connections_guaranteedconnectionrates_id", |
90 | 90 | item.fields['plugin_connections_guaranteedconnectionrates_id'], |
91 | | - 'GuaranteedConnectionRate'|itemtype_name, |
| 91 | + 'GlpiPlugin\\Connections\\GuaranteedConnectionRate'|itemtype_name, |
92 | 92 | ) }} |
93 | 93 | {% endif %} |
94 | 94 |
|
|
0 commit comments