Skip to content

Commit a2d5a7d

Browse files
committed
auto close is messed up in category edit, remove for now
1 parent ed76c1f commit a2d5a7d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/assets/javascripts/discourse/templates/modal/edit_category.js.handlebars

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
</div>
8989
<div {{bindAttr class=":modal-tab :options-tab settingsSelected::invisible"}}>
9090
<section class='field'>
91-
{{autoCloseForm autoCloseDays=auto_close_days labelKey="category.auto_close_label"}}
91+
<!-- Urgent @Neil , you missed this, get it working ASAP
92+
autoCloseForm autoCloseDays=auto_close_days labelKey="category.auto_close_label"
93+
-->
9294
</section>
9395

9496
<section class='field'>

0 commit comments

Comments
 (0)