Questions tagged [draft]
The draft tag has no summary.
21 questions
0 votes
0 answers
52 views
Resave entry as draft in EVENT_AFTER_SAVE with saveElementAsDraft
Under certain circumstances, I would like to resave an entry as a draft. In an EVENT_AFTER_SAVE event I check if these circumstances are met. I found out that there is a method saveElementAsDraft and ...
0 votes
1 answer
121 views
Save draft via front end form
I'm trying to build a front end form which creates entries. So far, this works great when using actionInput('entries/save-entry'). I also want to provide the option to save the entry as a draft. I ...
1 vote
0 answers
83 views
Run function after "Save Draft" but don't run if it autosaveDraft?
Since CRAFT_AUTOSAVE_DRAFTS=false was deprecated in Craft 4, and actually this method also affect some Craft functionality. i want to know if there another method or event that will run myfunction ...
1 vote
1 answer
249 views
how do I change entry from draft to live?
I have an entry showing as draft but I would like it to go live. I have looked but can't work out what I'm doing wrong.
0 votes
0 answers
153 views
Revision history depending on the site, not the entry
https://github.com/craftcms/cms/discussions/8912 I have a site with a large number of subsites, so it would be very useful for content editors to save revisions/drafts for each site instead of entry. ...
2 votes
2 answers
166 views
Auto draft with background changes
I have an entry with a readonly json field (Jason plugin). This field is populate with data from an external api. So I have a button in my entry page that call a custom route which call the api and ...
1 vote
1 answer
203 views
Allow drafts in entries field
Is it possible to allow selecting drafts in an entries field? Not drafts of an existing live entry, but drafts that aren't published yet. The only thing I found is an ElementCriteriaEvent triggered in ...
1 vote
1 answer
129 views
Element-api - filter Draft entries by the draft author (not original author)
I have a remote app that enables preview based on your editor craft account. I want to retrieve draft entries that they are working on, but i cant find a way to do this. 'authorId' seems to always be ...
0 votes
1 answer
229 views
Making changes to existing page - how do I make a draft page first?
I'm making extensive updates to our homepage. Before I dig in, I want to confirm the steps to create a draft without overwriting the existing page. Select the entry that requires changes Select "Save ...
1 vote
1 answer
137 views
Draft from front-end form with limited field set
I have a front-end form which sends a limited selection of the fields to the action entryRevisions/saveDraft (actually a custom plugin action, but in the it end up there). I expected it to take the ...
1 vote
1 answer
409 views
How to view a draft page in live view without publishing it
I am creating a news item page for a future release but I can't figure out how to preview it in Live View without Enabling it. Is there a way to view a page in progress without publishing it live?
1 vote
1 answer
105 views
craft.entryRevisions.getDraftsByEntryId(entry.id) is returning an empty array
I'm trying to get the drafts for the entry on the front end to populate my plugin on the sidebar but cannot get the drafts returned with this code in a Twig template. entry is an EntryModel here. ...
1 vote
1 answer
83 views
Force Field Limitation in Drafts - Front End Form
I'm not sure if this is a two part question yet. I need to enforce field limitations (specifically, character limits for plain text fields) when working with drafts. In the CP, I discovered that ...
3 votes
1 answer
671 views
Get draft content in front end form
I have a live entry with an 'eventTime' text field having the content '2pm'. I also have an unpublished draft saved for that same entry with the 'eventTime' field having the content '3pm'. I use the ...
6 votes
1 answer
3k views
Schedule a draft to auto publish?
Is there a way to schedule a draft of a entry to go live?