Reminders in copied Templates are now set to Sent
This commit is contained in:
parent
e2248c5156
commit
32af72a262
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ namespace Lieb.Models.GuildWars2.Raid
|
||||||
TimeZone = template.TimeZone;
|
TimeZone = template.TimeZone;
|
||||||
Interval = template.Interval;
|
Interval = template.Interval;
|
||||||
CreateDaysBefore = template.CreateDaysBefore;
|
CreateDaysBefore = template.CreateDaysBefore;
|
||||||
|
foreach(RaidReminder reminder in Reminders)
|
||||||
|
{
|
||||||
|
reminder.Sent = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue