mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: recurrence was not applied when selected in the form (#6820)
This commit is contained in:
parent
eaabbe5943
commit
523e0248e1
@ -137,6 +137,10 @@ export default Ember.Component.extend({
|
|||||||
text += ` timezones="${config.timezones.join("|")}"`;
|
text += ` timezones="${config.timezones.join("|")}"`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (config.recurring) {
|
||||||
|
text += ` recurring="${config.recurring}"`;
|
||||||
|
}
|
||||||
|
|
||||||
text += `]`;
|
text += `]`;
|
||||||
|
|
||||||
return text;
|
return text;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user