mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
FIX: Bypass draft check when switching to shared draft. (#6782)
This commit is contained in:

committed by
Régis Hanol

parent
0ce5f05b2a
commit
7050ce4638
@ -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);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user