mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
Merge pull request #1140 from okriuchykhin/ok_SCI_2391
Re-init file preview modal after inventory row editing [SCI-2391]
This commit is contained in:
commit
62f0c21a79
1 changed files with 1 additions and 0 deletions
|
@ -1074,6 +1074,7 @@ var RepositoryDatatable = (function(global) {
|
||||||
currentMode = 'viewMode';
|
currentMode = 'viewMode';
|
||||||
// Table specific stuff
|
// Table specific stuff
|
||||||
TABLE.button(0).enable(true);
|
TABLE.button(0).enable(true);
|
||||||
|
initPreviewModal();
|
||||||
}
|
}
|
||||||
|
|
||||||
function changeToEditMode() {
|
function changeToEditMode() {
|
||||||
|
|
Loading…
Reference in a new issue