LimeSurvey: 3.x-LTS 4882e9f4
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
gabrieljenik | GitHub | 3.x-LTS | 2020-12-12 16:08 | 3.x-LTS b43652b3 |
Affected Issues | 16854: Cannot attach PDF to email invitation (email template for surveys) | |||
Changeset | Fixed issue 16854: Cannot attach PDF to email invitation (email template for surveys) (#1679)
Previously, at emailtemplates controller's 'update' method, the settings were saved directly using updateAll. After commit '2c8ccdd5', in order to apply the model's validation, the settings are saved using 'setAttributes($attributes)' and 'save()'.
Adding validation to attachments as to make them a safe attribute |
|||
mod - application/models/SurveyLanguageSetting.php | Diff File |