Skip to content

Commit

Permalink
Version 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jshah4517 committed Dec 10, 2024
1 parent 9ccb379 commit 5c07c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion forms/condition_group.twig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{% endif %}
{% endfor %}
{% else %}
{% for key, condition in group.conditions %}
{% for condition in group.conditions %}
{% include 'operator.' ~ template ~ '.forms.condition' %}
{% endfor %}
{% endif %}
Expand Down
1 change: 1 addition & 0 deletions ticket/ticket_grid.twig
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@
onChange: $onChange
};
$quickActions.find('select[name="tag"]').selectize($.extend({}, tagSelectizeOpts, {
valueField: 'name',
create: {% if auth_user().hasPermission('create.tickettag') %}true{% else %}false{% endif %},
createFilter: function (input) {
return input.length <= 45;
Expand Down

0 comments on commit 5c07c8f

Please sign in to comment.