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:
okriuchykhin 2018-05-16 10:18:13 +02:00 committed by GitHub
commit 62f0c21a79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {