Page History Icon Missing from the Edit Bar

Overview

This article provides a resolution on the page history icon missing from the Edit bar.

Requirements

Database access

Resolution

Execute the following SQL commands:

UPDATE TabSettings
SET SettingValue='True'
WHERE TabID=?? AND SettingName='TabVersioningSettingKey';

Note: Replace '??' with the id of the tab that has the issue.

 

Comments

0 comments

Article is closed for comments.