Skip to content

Commit

Permalink
fix: [#701] Fix deleting attachments with long names (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss committed Jun 9, 2024
1 parent f58126e commit 3b83afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,16 @@ NOTE: References to user stories are in the form Iteration/Story-Number.

.Added

////
.Changed

.Deprecated

.Removed

.Fixed
- {url-issues}701[#701] Fix deletion of attachments with very long names

////
.Security
////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<wicket:panel>
<form wicket:id="tab6Form">
<div class="row">
<div class="col-sm-6 col-md-6">
<div class="col-sm-12 col-md-12">
<table class="dataview" wicket:id="attachments"></table>
</div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-sm-6 col-md-6">
Expand Down

0 comments on commit 3b83afd

Please sign in to comment.