codevise / pageflow

Multimedia story telling for the web.
http://pageflow.io
MIT License
692 stars 126 forks source link

Set inverse of draft and published_revision associations on entry #2029

Closed tf closed 11 months ago

tf commented 11 months ago

This enables an edge-case where the account of an example entry is changed transiently before creating a theme customization preview. Make sure feature flags of the account are taken into account correctly.

Generally, this should be an improvement since draft and published revisions no longer need to look up there entries in a separate query.

REDMINE-20474