[DE mobile] Fix Bug 58091
This commit is contained in:
parent
0632518f84
commit
662f6e05f5
|
@ -319,7 +319,7 @@ class ContextMenu extends ContextMenuController {
|
|||
});
|
||||
}
|
||||
|
||||
if(inToc) {
|
||||
if(inToc && isEdit) {
|
||||
itemsText.push({
|
||||
caption: t('ContextMenu.textRefreshEntireTable'),
|
||||
event: 'refreshEntireTable'
|
||||
|
|
Loading…
Reference in a new issue