Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Composite.Forms.FormBuilder] The "Encrypt email with password" field etc should be localizable #24

Open
wwwysocki opened this issue Feb 29, 2016 · 3 comments

Comments

@wwwysocki
Copy link
Contributor

  1. Functions > Razor Functions > Composite.Forms.FormBuilder.Handlers.SendEmail
  2. Check the EncryptionPassword parameter.

Expected: It allows localization as the parameters above
Actual: This parameters has strings in English "hard coded".

Note: Please also see the comments below for more instances

[FunctionParameter(Label = "Encrypt email with password", 
   Help = "Write a password here if you want an email with the content in an encrypted zip file",
   DefaultValue = "")] 
public string EncryptionPassword { get; set; }

form-builder-password-field-not-localizable

@wwwysocki wwwysocki added the bug label Feb 29, 2016
@slacto
Copy link
Collaborator

slacto commented Feb 29, 2016

Also the last part of the code (email body)

@wwwysocki
Copy link
Contributor Author

The part in SendEmail.cs between ?
And / or this part: mail.Body = "Encrypted file attached"; ?

@slacto
Copy link
Collaborator

slacto commented Mar 1, 2016

**New form data submitted**

Source: @Request.Url
And also checkboxes (the text True/False)

@wwwysocki wwwysocki changed the title [Composite.Forms.FormBuilder] The "Encrypt email with password" field should be localizable [Composite.Forms.FormBuilder] The "Encrypt email with password" field etc should be localizable Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants