Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
turn autofill back on
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsw committed Jul 18, 2012
1 parent 95c1c54 commit 8987dec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/controllers/petitions_controller.rb
Expand Up @@ -119,8 +119,7 @@ def get_signature_id petition
def prepopulate_signature
begin
if email_id = SentEmailHasher.validate(@email_hash) then sent_email = SentEmail.find_by_id(email_id) end
#@@commenting this out to confirm it's the cause of the NPS decline
if false # sent_email && sent_email.signature_id.nil?
if sent_email && sent_email.signature_id.nil?
@signature.name = sent_email.member.name
@signature.email = sent_email.member.email
@signing_from_email = true
Expand Down

0 comments on commit 8987dec

Please sign in to comment.