a

I did try without Bootstrap theme (e.g. Bartik) and it fixed, so this is caused by Bootstrap dev version. I also have to use dev version because on non-dev version the Preview page style is broken.

Reproduce:
1. Dl and enable Bootstrap 8-dev and create child theme and make it as site theme.
2. Use Seven or Adminimal theme as admin theme.
3. Go create Content -> Basic page and click Preview.
4. Preview mode loads page in Bootstrap theme, looks good. Click Return to Content editing.
5. All content gone.

Comments

vibrasphere created an issue. See original summary.

matas.k’s picture

Issue summary: View changes
matas.k’s picture

The problem tracked down by ciss on freenode:

When you click Preview you get this in URL: /node/preview/193b0ec1-3fa8-4f1e-88ce-6b0a0db10d4d/default
And when you click Return to Content editing you get /node/add/page?uuid=3ab9edb0-3797-4ea6-bb8a-0795cf6d6f0c

This is when e.g. on Bartik.

On Bootstrap when you click Return to Content editing it gives you just node/add/page and completely miss the ?uuid= part. Which is causing the issue.

  • markcarver committed c4e032a on 8.x-3.x
    Issue #2703207 by vibrasphere: Preview mode deletes all content
    
markhalliwell’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.