- Issue created by @No Sssweat
- 🇨🇦Canada No Sssweat
OR the remove code that is creating the duplicate tab approach
When Core's content_moderation
module is enabled, it results in duplicate "Latest revision" tab
1. Install this module
2. Install Core's Content Moderation
3. Flush the cache
4. Edit any existing Node
You'll see this now:
Either add a check if the Content Moderation module is installed/enabled.
OR
Remove the tab code since when Content Moderation module is uninstalled/disabled no tab shows at all, so seems like this code is not needed.
Have a maintainer of the module to review and decided which approach shall be taken.
Active
1.0
Code
OR the remove code that is creating the duplicate tab approach