Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Cédric Anne <[email protected]>
  • Loading branch information
froozeify and cedric-anne authored Nov 12, 2025
commit 4fbca2804a8363176cf9a7d08c8ea5d7b1eb8b33
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{% endif %}
</div>

{% if new_itilobject.canDeleteItem() %}
{% if canupdate %}
<div class="col-auto">
<button type="submit"
form="linked_itilobjects_{{ main_rand }}"
Expand Down
Loading