Hello!
Is there anyway to remove "Last Time Seen" from the menu above?
Thx : )
Is there anyway to remove "Last Time Seen" from the menu above?
Thx : )
if (!this.getConfig().get('actionHistoryDisabled')) {
list.push({
divider: true
});
list.push({
action: 'showLastViewed',
link: '#LastViewed',
label: this.getLanguage().translate('LastViewed', 'scopeNamesPlural')
});
}
Comment