FIX: Bypass draft check when switching to shared draft. (#6782)

This commit is contained in:
Bianca Nenciu
2018-12-19 11:25:33 +02:00
committed by Régis Hanol
parent 0ce5f05b2a
commit 7050ce4638
3 changed files with 17 additions and 1 deletions

View File

@ -298,6 +298,7 @@ export default DropdownSelectBoxComponent.extend({
options.action = action;
options.categoryId = this.get("composerModel.categoryId");
options.topicTitle = this.get("composerModel.title");
options.skipDraftCheck = true;
this._openComposer(options);
},