We're attempting to not have a dependency on drafty module and seems to be going ok. This is likely because "forward revisions" was introduced to Backdrop previously. Need to decide what to do with the is_draft_revision property that drafty used. Might not need it.
But need to ensure a new revision is capable of saving as a draft aka unpublished, which currently isn't working. And need to make sure if draft/unpublished happens regardless of the default status on the content type ("Publish immediately", "Save as draft", "Schedule for later")
We're attempting to not have a dependency on
draftymodule and seems to be going ok. This is likely because "forward revisions" was introduced to Backdrop previously. Need to decide what to do with theis_draft_revisionproperty that drafty used. Might not need it.But need to ensure a new revision is capable of saving as a draft aka unpublished, which currently isn't working. And need to make sure if draft/unpublished happens regardless of the default status on the content type ("Publish immediately", "Save as draft", "Schedule for later")