diff --git a/scripts/team-cron.js b/scripts/team-cron.js index 1903009691..a08fde261e 100644 --- a/scripts/team-cron.js +++ b/scripts/team-cron.js @@ -54,7 +54,7 @@ async function updateTeamTasks (team) { if (daily.value < MIN_TASK_VALUE) daily.value = MIN_TASK_VALUE; } daily.isDue = shouldDo(new Date(), daily, teamLeader.preferences); - if (daily.isModified()) toSave.push(daily.save()); + toSave.push(daily.save()); }); if (!team.cron) team.cron = {}; diff --git a/website/client/src/assets/images/bug.png b/website/client/src/assets/images/bug.png new file mode 100644 index 0000000000..e3116a7229 Binary files /dev/null and b/website/client/src/assets/images/bug.png differ diff --git a/website/client/src/components/group-plans/index.vue b/website/client/src/components/group-plans/index.vue index bd4fd903da..b4672070ca 100644 --- a/website/client/src/components/group-plans/index.vue +++ b/website/client/src/components/group-plans/index.vue @@ -28,12 +28,40 @@ {{ $t('groupBilling') }} +