[start] fix bug 77646

This commit is contained in:
maxkadushkin
2025-10-21 21:14:01 +03:00
parent fd1b8e1305
commit 6fa66e7a92

View File

@ -258,7 +258,7 @@
const $button = $('#idx-update-btnaction', this.view.$body);
if ( info.button.text ) {
$button.text(info.button.text);
$button.attr("data-action", info.button.action);
$button.data("action", info.button.action);
}
if ( info.button.lock ) {