hitobito / hitobito_pbs

A hitobito wagon defining the organization hierarchy and additional features for Pfadibewegung Schweiz.
Other
24 stars 27 forks source link

Implement alumni invitation/reminder emails #291

Closed daniel-illi closed 1 year ago

daniel-illi commented 1 year ago

Fixes: #273

Blocked by: #278, #279

daniel-illi commented 1 year ago

Rubocop schlägt fehl mit dieser Fehlermeldung:

Offenses:

app/domain/alumni/reminders.rb:10:3: E: Lint/Syntax: class definition in method body
(Using Ruby 2.7 parser; configure using TargetRubyVersion parameter, under AllCops)
  class Reminders < Invitations
  ^^^^^
app/domain/alumni/reminders.rb:14:7: E: Lint/Syntax: unexpected token tDOT2
(Using Ruby 2.7 parser; configure using TargetRubyVersion parameter, under AllCops)
      ..parse_duration(:alumni, :reminder, :role_deleted_before_ago).ago
      ^^

Lokal kann ich das nicht reproduzieren. Help?