Skip to content

Commit

Permalink
fix slm field required marker
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 authored and btry committed Sep 18, 2024
1 parent 0b6b205 commit 9a034d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/components/itilobject/service_levels.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
full_width: true,
is_horizontal: false,
add_field_class: (is_expanded ? 'col-sm-6' : ''),
required: field_options.fields_template.isMandatoryField(la_field.lafieldname)
}
) }}
{% endif %}
Expand Down

0 comments on commit 9a034d9

Please sign in to comment.