- Merge request !64Resolves #3547210: Store the draftId for the content Id. β (Merged) created by isholgueras
- Merge request !70Issue #3547210: Add an integration test for the API endpoints β (Merged) created by justafish
When a user has used the Conductor application to generate content, a draft is created in their Conductor account. When they close the extension and then come back to it for the same piece of content, the draft should be loaded into the application with all relevant fields filled with their previously entered data.
Need to associate the Conductor Draft ID with the piece of content itβs being used on
We associate the draftId
with the node_id in a new table. On every page load, the backend will put the draftId
in drupalSettings.conductor.draftId
(or a better place) so the client (javascript) is able to load all the draft in the different table using the Writing Assistant Draft API.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.