Skip to content

Commit

Permalink
Add static backdrop to the batch permissions modal
Browse files Browse the repository at this point in the history
  • Loading branch information
kdp-cloud committed May 29, 2024
1 parent 668852c commit fdffeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/isa_studies/_buttons.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ uploadExcel||="studySampleUploadExcel()"
if (res?.status == "unprocessable_entity"){
alert(res?.error)
} else {
$j('#change-batch-permission-modal').modal('show').focus();
$j('#change-batch-permission-modal').modal({backdrop: 'static', keyboard: false}).focus();
$j('#change-batch-permission').html(res);
ObjectsInput.init();
}
Expand Down

0 comments on commit fdffeb9

Please sign in to comment.