Skip to content

Commit 90875d8

Browse files
FrancisTicgalcedric-anne
authored andcommitted
Fix contract dropdown in ticket creation
1 parent a63aa66 commit 90875d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/components/itilobject/fields_panel.html.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@
228228
field_options|merge({
229229
'entity': item.fields['entities_id'],
230230
'width': '100%',
231-
'hide_if_no_elements': true
231+
'hide_if_no_elements': true,
232+
'nochecklimit': true
232233
})
233234
) }}
234235
{% endif %}

0 commit comments

Comments
 (0)