mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
FIX: recurrence was not applied when selected in the form (#6820)
This commit is contained in:
parent
eaabbe5943
commit
523e0248e1
1 changed files with 4 additions and 0 deletions
|
@ -137,6 +137,10 @@ export default Ember.Component.extend({
|
|||
text += ` timezones="${config.timezones.join("|")}"`;
|
||||
}
|
||||
|
||||
if (config.recurring) {
|
||||
text += ` recurring="${config.recurring}"`;
|
||||
}
|
||||
|
||||
text += `]`;
|
||||
|
||||
return text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue