Skip to content

Commit

Permalink
PHRAS-4031 fix quarantaine substitued image remains (#4486)
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix authored Mar 19, 2024
1 parent 747c8a0 commit ef254ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/web/prod/upload/lazaret.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@
$("button.subtitute-lazaret", scope).bind('click', function (event) {
const that = $(this);
const $elementRow = that.closest(".lazaretElement");
var container = $(this).closest('.wrapper-item');
if(!$elementRow.attr("hasSelected")) {
return false;
}
Expand Down

0 comments on commit ef254ef

Please sign in to comment.