HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Storing Discussion Type with Drafts

ShadowdareShadowdare r_j MVP

I've just noticed that the DraftModel doesn't store the discussion type, which is set by addons, such as QnA when asking a question, while creating/editing a new discussion via the PostController.

When a draft is saved and the user wants to edit it, the type and additional related form data has been lost and the draft has reverted to a standard discussion, so the post view for the custom type won't show up.

I would like to make use of Vanilla's DraftModel for the Articles app, so being able to store at least the type and possibly some attributes would be beneficial. I can add in some columns via the app's structure method to store the data, but I'd like to keep things universal.

Is this an issue that's been known or simply missed/not implemented yet - in which case, we can look into writing up a pull request :) - or has it been intended to be this way?

Add Pages to Vanilla with the Basic Pages app

Comments

Sign In or Register to comment.