mirror of
https://github.com/discourse/discourse.git
synced 2025-04-09 08:20:54 +08:00
FIX: track mutations on topic edit category-chooser only on select (#7528)
This commit is contained in:
parent
999fdb95db
commit
9b75320d63
@ -22,7 +22,10 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{text-field id="edit-title" value=buffered.title maxlength=siteSettings.max_topic_title_length autofocus="true"}}
|
{{text-field id="edit-title" value=buffered.title maxlength=siteSettings.max_topic_title_length autofocus="true"}}
|
||||||
{{#if showCategoryChooser}}
|
{{#if showCategoryChooser}}
|
||||||
{{category-chooser class="small" value=buffered.category_id}}
|
{{category-chooser
|
||||||
|
class="small"
|
||||||
|
value=(unbound buffered.category_id)
|
||||||
|
onSelect=(action (mut buffered.category_id))}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if canEditTags}}
|
{{#if canEditTags}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user