Skip to content

Commit b1d53df

Browse files
rename advanced search button in modal (#10)
* rename advanced search button in modal * update asset version number
1 parent 436589d commit b1d53df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/bootstrap-table-toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ $.BootstrapTable = class extends $.BootstrapTable {
243243
if ($(modalSelector).length > 0) {
244244
$(modalSelector).remove();
245245
}
246-
$('body').append(Utils.sprintf(theme.html.modal, o.idTable, o.formatAdvancedSearch(), o.idTable, o.idTable, o.buttonsClass, o.formatAdvancedCloseButton()))
246+
$('body').append(Utils.sprintf(theme.html.modal, o.idTable, o.formatAdvancedSearch(), o.idTable, o.idTable, o.buttonsClass, o.formatSearch()))
247247

248248
let timeoutId = 0
249249

src/Resources/public/bootstrap-table.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Twig/BootstrapTableTwigExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class BootstrapTableTwigExtension extends AbstractExtension
1515
{
16-
const ASSET_VERSION = "0.5.0";
16+
const ASSET_VERSION = "0.5.1";
1717

1818
/**
1919
* {@inheritdoc}

0 commit comments

Comments
 (0)