djangocms-versioning icon indicating copy to clipboard operation
djangocms-versioning copied to clipboard

BUG: Published content object's edit endpoint should redirect to preview endpoint

Open fsbraun opened this issue 1 year ago • 0 comments

Steps to reproduce

  1. Create an object (say PageContent) and publish it.
  2. Go to its preview endpoint by clicking "view" in the version admin shown after publishing
  3. Manually change the URL in the browser's toolbar from .../preview/<pk> to .../edit/<pk>
  4. The edit endpoint is shown with the ability to publish a published version again.

Related info

  • #354 might be solved if this is solved
  • #337 might also be solved by this

fsbraun avatar Oct 06 '23 10:10 fsbraun