FEATURE: automatically delete replies on a topic after N days. (#9209)

This commit is contained in:
Vinoth Kannan
2020-03-19 21:06:31 +05:30
committed by GitHub
parent 0cd502a558
commit aad12822b7
16 changed files with 241 additions and 125 deletions

View File

@@ -203,7 +203,7 @@ export default ComboBoxComponent.extend(DatetimeMixin, {
return "future-date-input-selector/future-date-input-selector-row";
},
content: computed(function() {
content: computed("statusType", function() {
const now = moment();
const opts = {
now,