mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 23:03:00 +08:00
Merge pull request #2397 from okriuchykhin/ok_SCI_4331
Fix edit button behavior in repository table [SCI-4331]
This commit is contained in:
commit
de219688cc
1 changed files with 1 additions and 1 deletions
|
@ -792,8 +792,8 @@ var RepositoryDatatable = (function(global) {
|
|||
|
||||
$(TABLE_ID).find('.repository-row-edit-icon').remove();
|
||||
|
||||
changeToEditMode();
|
||||
RepositoryDatatableRowEditor.switchRowToEditMode(row);
|
||||
changeToEditMode();
|
||||
adjustTableHeader();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue