You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You attempt to acces the page history by manually typing its URL (e.g.: /admin/pages/history/show/3)
Expected results: You get refuse access with a 403 error
Actual: CMSPageHistoryViewerController attempts to fulfil your request and throws a 500 error when it tries to call a method on a null form object.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected results: You get refuse access with a 403 error
Actual:
CMSPageHistoryViewerController
attempts to fulfil your request and throws a 500 error when it tries to call a method on a null form object.The text was updated successfully, but these errors were encountered: