wagtail-nest / wagtail-review

A Wagtail extension for gathering annotations and feedback on pages before publication
BSD 3-Clause "New" or "Revised" License
49 stars 19 forks source link

Share / Comments tabs show on non-page-editor views #37

Closed gasman closed 3 years ago

gasman commented 3 years ago

wagtail-review-admin.js is inserted through the insert_editor_js hook, but _editor_js.html is included on various other pages besides the page edit view, and the initTabs code does not bother to check whether we're actually on the page edit view.

As a result, the "Share" and "Comments" tabs show on any admin page that has tabs and includes _editor_js.html, such as the user edit view:

Screenshot 2020-12-11 at 00 46 30