Fix #17705 - Inline SQL query edit FK checkbox preventing submit buttons from working
Fixes: #17705 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
d98569bf28
commit
6dd05c51ad
@ -1345,7 +1345,7 @@ Functions.updateQueryParameters = function () {
|
||||
*/
|
||||
Functions.getForeignKeyCheckboxLoader = function () {
|
||||
var html = '';
|
||||
html += '<div>';
|
||||
html += '<div class="mt-1 mb-2">';
|
||||
html += '<div class="load-default-fk-check-value">';
|
||||
html += Functions.getImage('ajax_clock_small');
|
||||
html += '</div>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user