mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
fixes bug with empty submit of repository row [fixes SCI-2420]
This commit is contained in:
parent
6deaa7235b
commit
b74598a748
1 changed files with 1 additions and 1 deletions
|
@ -1020,7 +1020,7 @@ var RepositoryDatatable = (function(global) {
|
|||
}).on('change.bs.select', function(el) {
|
||||
$(this).closest('td').attr('list_item_id', el.target.value);
|
||||
$(this).closest('td').attr('column_id', $(this).attr('column_id'));
|
||||
});;
|
||||
}).trigger('change.bs.select');
|
||||
}
|
||||
|
||||
function getColumnIndex(id) {
|
||||
|
|
Loading…
Reference in a new issue