noosfero | Invitation to events (!1445)

Rodrigo Souto gitlab at mg.gitlab.com
Fri May 11 15:50:21 BRT 2018


Rodrigo Souto started a new discussion on app/models/invite_event.rb:

> +    self.save!
> +  end
> +
> +  def perform
> +    unless self.decision.nil?
> +      self.invitation.update!(:decision => decision)
> +    end
> +  end
> +
> +  def target_notification_description
> +    _('%{requestor} invited you to an event.') % {:requestor => requestor.name}
> +  end
> +
> +  def target_notification_message
> +    target_notification_description + "\n\n" +
> +    _('You need to login to %{system} to confirm your presence in event.') %

`to confirm your presence in AN event.`

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1445#note_72741936
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20180511/f3a3123f/attachment-0001.html>


More information about the Noosfero-dev mailing list