Skip to content

Commit

Permalink
Fix preselection of predefined service levels on ticket creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow authored and cedric-anne committed Jul 31, 2024
1 parent 2ceb4fb commit 2990afe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/components/itilobject/service_levels.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,14 @@
myCollapse.show();
}
</script>
{% if item.fields[la_field.lafieldname] != 0 %}
<script type="text/javascript">
$(document).ready(function() {
toggleAssignLA_{{ rand }}();
});
</script>
{% endif %}
{% endif %}
{% endif %}
</div>
Expand Down

0 comments on commit 2990afe

Please sign in to comment.