Skip to content

Commit

Permalink
Evarisk#1680 [Control] fix: prevent refresh in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
theodaviddd committed Aug 13, 2024
1 parent 804beda commit 746d8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tpl/digiquali_mass_control_list.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Fetch the list of mass controls linked to the object
$massControlList = $object->fetchAll('', '', 0, 0, ['fk_control' => $object->id]);

print '</form>';
// Start the responsive table container
print '<div class="div-table-responsive-no-min" style="overflow-x: unset !important">';

Expand Down

0 comments on commit 746d8df

Please sign in to comment.