[DE mobile] Fix Bug 58091

This commit is contained in:
SergeyEzhin 2022-07-27 15:36:36 +03:00
parent 0632518f84
commit 662f6e05f5

View file

@ -319,7 +319,7 @@ class ContextMenu extends ContextMenuController {
});
}
if(inToc) {
if(inToc && isEdit) {
itemsText.push({
caption: t('ContextMenu.textRefreshEntireTable'),
event: 'refreshEntireTable'