Commit b11924a0 authored by Valentin Skripnikov's avatar Valentin Skripnikov

[registry-toolbar-button] bugfix: при выборе группы реестров список реестров...

[registry-toolbar-button] bugfix: при выборе группы реестров список реестров не виден, после этого список записей любого реестра не виден
parent b16663b2
......@@ -55,6 +55,15 @@ function RegistryToolbarButtonExt(iframeSrc, faIcon, content) {
}
});
/**
* 19.01.2018 bugfix
* Если открыли другой реестр или группу реестров, то необходимо
* почистить за собой, чтобы слой не перекрывал необходимый контент
*/
button.on('DOMNodeRemovedFromDocument', function() {
jQuery('#registry-toolbar-button-content').remove();
});
function showRegistry() {
registryRecordsTable.show();
contentElement.remove();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment