FIX: Delete topicNotificationLevel from transformed post before creatingRecord in post widget (#25229)
This commit is contained in:
parent
d42159babe
commit
68963e40da
|
@ -885,6 +885,7 @@ createWidget("post-article", {
|
|||
delete result.shareUrl;
|
||||
delete result.firstPost;
|
||||
delete result.usernameUrl;
|
||||
delete result.topicNotificationLevel;
|
||||
|
||||
result.customShare = `${topicUrl}/${p.post_number}`;
|
||||
result.asPost = this.store.createRecord("post", result);
|
||||
|
|
Loading…
Reference in New Issue