How do you make a revision into a published record? #38
Replies: 1 comment
-
This was a bug, it's fixed in #39 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out how to turn a revision, particularly one that isn't current, into a published one but something is going wrong. I've used
setLive()
on the model followed bysave()
which works to publish the record, but I now have two records marked as current. This usually happens whenis_published
andis_current
are true for different records and the one I want to make published is not current.Beta Was this translation helpful? Give feedback.
All reactions